You use baseDir to define a base directory for the following openFT-Script statements:
createDirectory
The directory which you create with createDirectory is set up under the base directory (see section “createDirectory”).deleteDirectory
The directory which you delete with deleteDirectory is deleted under the base directory (see section “deleteDirectory”).deleteFile
The file which you delete with deleteFile is deleted under the base directory (see section“deleteFile”).listDirectory
The files or directories under the base directory are listed. The base directory itself is not listed (see section “listDirectory”).
You can only use baseDir with the openFT-Script statements which are listed above.
Format
See the corresponding openFT-Script statement.
Attributes
Name | Value | Meaning |
|
Examples
See: