make_dirmake_dirMakeDirMakeDirmake_dir (Operator)
Name
make_dirmake_dirMakeDirMakeDirmake_dir
— Make a directory.
Signature
Herror make_dir(const char* DirName)
Herror T_make_dir(const Htuple DirName)
Description
make_dirmake_dirMakeDirMakeDirMakeDirmake_dir
creates the directory given by DirNameDirNameDirNameDirNamedirNamedir_name
.
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
DirNameDirNameDirNameDirNamedirNamedir_name
(input_control) filename.dir →
HTuplestrHTupleHtuple (string) (string) (HString) (char*)
Name of directory to be created.
Result
make_dirmake_dirMakeDirMakeDirMakeDirmake_dir
returns the value 2 (
H_MSG_TRUE)
if the directory
could be created. Otherwise, an exception is raised.
Module
Foundation