qb45advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
RMDIR Statement Details
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
RMDIR Statement Details
 
Syntax
  RMDIR pathspec
 
The pathspec is the name of the directory which is to be deleted. The
pathspec must be a string of less than 128 characters.
 
The directory to be removed must be empty except for the working
directory ('.') and the parent directory ('..'); otherwise, one of two
error messages is printed, either "Path not found" or "Path/File access
error."
 
RMDIR works like the DOS command of the same name. However, the syntax in
BASIC cannot be shortened to RD, as in DOS.