Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

baseDir

&pagelevel(3)&pagelevel

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

dirnames

See section “Directory name attributes”.

Examples

See: