CBL_DELETE_DIR

Deletes a directory. The directory is deleted only if it is empty.

Syntax:
call "CBL_DELETE_DIR" using      pathname
                      returning status-code
Parameters:
pathname pic x(n).
status-code See Library Routines - Key
On Entry:
pathname Relative or absolute pathname terminated by space or null (x"00").
On Exit:

None.

See Also: