Command
RMDIR -- Remove Directory.
Synopsis
RMDIR [path/]<dirname>
Availability
Sysop-only, within PZTDOS only.
Description
Deletes a directory with the specified pathname, if it exists.
If [path] is not specified, the current working path is assumed.
The specified path may be absolute, or relative to the current
directory.
Portability
This command follows normal DOS syntax.
Paths may contain both forward (/) and backward (\) slashes.
Unlike XR16/32, in XRPi this command does not support "drive letters", and pathnames are case-sensitive.
Examples
RMDIR fred Delete subdirectory FRED
RMDIR \windows Improve your system ;-p
See also
DOS(2) -- Enter PZTDOS mode
MD(3) -- Make Directory.