Description
Read-only. Used with the Application object to return the path to the Index folder in the batch directory.
Applicable Events
AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application, Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.IndexFolderPath
Parameters
Object is a reference to the Application object. For more information, see Application Object (page Application Object).
IndexFolderPath is the command.
Example
strFile = Application.IndexFolderPath & "\MyFile.txt"