TSTool / Command / CreateFolder
Overview
The CreateFolder
command creates a folder (directory).
Command Editor
The command is available in the following TSTool menu:
- Commands / General - File Handling
The following dialog is used to edit the command and illustrates the command syntax.
CreateFolder
Command Editor (see full-size image)
Command Syntax
The command syntax is as follows:
CreateFolder(Parameter="Value",...)
Command Parameters
Parameter | Description | Default |
---|---|---|
Folder required |
The name of the folder to create, typically a path relative to the command file. Can be specified using ${Property} . |
None - must be specified. |
CreateParentFolders |
Indicate whether to create parent folders if they do not exist:
|
False |
IfFolderExists |
Indicate an action if the folder exists:
|
Warn |
Examples
See the automated tests.
Troubleshooting
See the main TSTool Troubleshooting documentation.
See Also
CopyFile
commandRemoveFile
command