MkDir Instruction
Syntax
MkDir Name$
Group
Description
Makes directory Name$.
Sandbox
Sandbox mode blocks this instruction.
Parameters
| Parameters | Description |
|---|---|
| Name$ | The path and name of the directory. You can use a path relative to the current directory. |
Example
Sub Main MkDir "C:\WWTEMP" End Sub
See also