Technical ReferenceMacroBasic Language RmDir Instruction Syntax RmDir Name$ Group File Description Remove directory Name$. Parameters Description Name$ This string value is the path and name of the directory. A path relative to the current directory can be used. See Also MkDir Example Sub Main RmDir "C:\WWTEMP" End Sub