Create Directory
Use this command to create a new directory (or folder). This command works with absolute and relative paths.
The allowed paths for the CREATE DIRECTORY command are specified in the lv_af.cfg file, defined by the PERMITTED_FILEMAINTENANCE_PATH parameter, located in the working directory of the lv_af.exe. This parameter only applies when it is set.
Syntax:
CREATE DRIECTORY "Directory"
where:
- Directory is the name of the folder or directory that to be created.
Syntax example:
CREATE DIRECTORY "D:\Longview\CustomFolderPath\LVProd\MyFolder"
See also