Type | String |
Description | Name of the directory to which reports are written. |
Required | No |
Default | Blank |
Symbolic constant | FT_STRING_REPORT_DIRECTORY |
Can contain any valid directory string for your operating system, including relative paths, such as
c:\mydata
.\
 .\mydata
./mydata
If not set, reports are written to the current active directory.
If a directory is specified, its format must be compatible with the current operating system. This means using forward slashes (’/’) for Linux, and back slashes (’\’) for Windows.