Make Directory

Creates a directory (or nested directories) on the file system.

 

Input Arguments

 

0

Directory Path

Directory

The directory to create.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The directory was created successfully.

FAILURE

The directory could not be created.

 

Remarks

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.