NotDirectoryExists |
Top Previous Next |
The NotDirectoryExists condition returns true if the specified directory does not exist.
Command Syntax
The Command syntax is the command name, followed by a colon, then the fully qualified path to check:
NotDirectoryExists:[DirectoryName]
Parameters:
DirectoryName: The fully qualified path to check
The parameter is compulsory. The parameter is compulsory and must be surrounded by quotation marks if one or more spaces are included in the path and file name. It is good practice to include the quotation marks in any case, so that it reduces the risk of error when writing scripts. If the parameter is missing an error will be thrown. Example:
If:NotDirectoryExists:"c:\Test",Remark:"Yes",Remark:"No"
See Also: DirectoryExists FileExists NotFileExists |