mcf_mkdir — Create directory
subroutine mcf_mkdir(name,mode,status) integer*4 status
mcf_initialize
initializes the
MemCom system.
mcf_initialize
should always be called before
any other MemCom routine can be used. If
mcf_initialize
is called more than once, it
will reset the default MemCom parameters.
If mcf_initialize
is not called the
MemCom system is initalized with default
values.
name
Name of directory to be created (input).
mode
File permission bit pattern mode (input). Usually specified as an octal constant, such as o'755' (rwxr-xr-x). See also 'man mkdir' in UNIX.
status
Status code returned (output). Upon successful completion of the operation, the status value 0 is returned. A negative value is returned, if an error has been detected.