RmDir (statement)
Syntax | RmDir dir$ |
Comments | Removes the directory specified by the String contained in dir$. |
Example |
This routine creates a directory and then deletes it with RmDir.
|
See Also | ChDir (statement); ChDrive (statement); CurDir, CurDir$ (functions); Dir, Dir$ (functions); MkDir (statement). |