


CBL_DELETE_DIR deletes the indicated directory. The directory is deleted only if it is empty. You may use remote name syntax in combination with AcuServer to create a directory on a remote machine.
Usage
CALL "CBL_DELETE_DIR" USING PATH-NAME, GIVING STATUS
Parameters
PATH-NAME PIC X(n)
Contains the relative or absolute path-name, terminated by space or NULL.
STATUS Any numeric type
Returns "0" if successful, or "1" if not.