RmDir Instruction

Syntax

RmDir Name$

Group

File

Description

Removes the Name$ directory.

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
    RmDir "C:\WWTEMP"
End Sub

See also

MkDir