Creates a new directory or folder.
MkDir path |
The required argument path is a string specifying the directory or folder to be created. It can contain the drive name. If drive is not specified, MkDir created the directory or folder on the current drive.
MkDir "MYDIR" ' Creates new directory or folder. |
See Also |
ChDir Statement, RmDir Statement , CurDir Function |