Make a directory.
MD {[drive:]\directory\...}
Make a directory called NCP in the current directory:
MD NCP
Make a directory called NCP in the root directory of drive C:
MD C:\NCP
Make a directory called NCP in the SAG directory:
MD \SAG\NCP
Make a directory, using the contents of the variables
#FILEDRIVE
and
#FILEPATH
:
MD #FILEDRIVE ':' #FILEPATH
#RC
(SUCCESS
if
MD
was successful. FAILURE
if
MD
was not successful.)
Procedure File: | Yes |
Command Line: | No |
Key: | No |
API: | No |