Creates a directory (or nested directories) on the file system.
0 |
Directory Path |
Directory |
The directory to create. |
None.
SUCCESS |
The directory was created successfully. |
FAILURE |
The directory could not be created. |
Nested directories can be created by listing multiple folders as part of the path.For example, C:\first\second\
third.
Directories can be created relative to the running MP’s directory by using the relative path symbol. For example, to create mySubdirectory in the current MP’s folder, use .\mySubdirectory.