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. Sub Main() ErrMake: |
See Also |
ChDir (statement); ChDrive (statement); CurDir, CurDir$ (functions); Dir, Dir$ (functions); MkDir (statement). |
R |