Operator Reference
make_dir (Operator)
make_dir
— Make a directory.
Signature
make_dir( : : DirName : )
Description
make_dir
creates the directory given by DirName
.
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
DirName
(input_control) filename.dir →
(string)
Name of directory to be created.
Result
make_dir
returns the value 2 (
H_MSG_TRUE)
if the directory
could be created. Otherwise, an exception is raised.
Module
Foundation