CBL_CREATE_DIR

Creates a subdirectory. All the directories in the given path, except the last, must already exist.

Syntax:
call "CBL_CREATE_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: