Creates a new directory or subdirectory on disk.
Syntax
MD cPath | MKDIR cPath
Arguments
cPath
Specifies a directory or a path (with a drive designator and directories).
If cPath is a directory without a drive designator, the directory is created as a subdirectory of the current Microsoft Visual FoxPro default directory.
Remarks
Visual FoxPro generates an error message if you attempt to create a directory that already exists.