Remove a directory.
RD {[drive:]\directory\...}
Remove the directory called NCP from the current directory:
RD NCP
Remove the directory called NCP from the root directory of drive C:
RD C:\NCP
Remove the directory called NCP from the SAG directory:
RD \SAG\NCP
Remove the directory which is defined by the contents of the variables
#FILEDRIVE
and
#FILEPATH
:
RD #FILEDRIVE ':' #FILEPATH
#RC
(SUCCESS
if
RD
was successful. FAILURE
if
RD
was not successful.)
Procedure File: | Yes |
Command Line: | No |
Key: | No |
API: | No |