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