Programming Reference Manual
 
Syntax
 
RmDir Name$
 
Description
Remove directory Name$.
 
Parameter
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
Example
 
Sub Main
    RmDir "C:\WWTEMP"
End Sub