Name
make_dirmake_dirMakeDirMakeDir — Make a directory.
Herror make_dir(const char* DirName)
Herror T_make_dir(const Htuple DirName)
make_dirmake_dirMakeDirMakeDirMakeDir creates the directory given by DirNameDirNameDirNameDirNamedirName.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Name of directory to be created.
make_dirmake_dirMakeDirMakeDirMakeDir returns the value 2 (H_MSG_TRUE) if the directory
could be created. Otherwise, an exception is raised.
Foundation