MkDir Instruction
SyntaxGroupMkDir Name$
FileDescription
Make directory Name$.Sandbox
Sandbox mode blocks this instruction.
See Also
Parameters Description Name$ This string value is the path and name of the directory. A path relative to the current directory can be used.
RmDir
Sub Main MkDir "C:\WWTEMP" End Sub