Previous Topic Next topic Print topic


CBL_CREATE_DIR

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.

Comments:

If the directory you create using this command contains several levels of directories, CBL_CREATE_DIR will also create intermediate directories that don't already exist.

Previous Topic Next topic Print topic