MkDir Statement
Creates a subdirectory on a controller disk drive.
Syntax
MkDir dirName
Parameters
- dirName
- Specify the path and name string of the subdirectory to be created. See ChDisk for the details.
Description
Creates a subdirectory in the specified path. If omitted, a subdirectory is created in the current directory.
Note
This function is executable only with the PC disk.
See Also
ChDir, ChDrive, RenDir, RmDir
MkDir Statement Example
The following examples are done from the command window:
> MkDir \Data
> MkDir \Data\PTS
> MkDir \TEST1 \TEST2