MkDir Instruction

Syntax

MkDir Name$

Group

File

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

RmDir