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