RMDIR Verb - Remove Directory
Syntax
RMDIR string{,ERR=lineref}
Description
For BBj-specific information, see the RMDIR
Verb - BBj.
The RMDIR verb removes the specified directory.
Parameter |
Description |
string |
Directory to be removed. It cannot be the current directory or a directory that contains files. |
ERR=lineref |
Branch to be taken if an error occurs during execution. |
Examples
1020 RMDIR "/USR/BBX/TEMP/",ERR=9500