get_current_dir🔗
Short description🔗
get_current_dir — Get the current working directory.
Signature🔗
get_current_dir( out filename.dir DirName )
Description🔗
get_current_dir returns the current working directory in
DirName.
Execution information🔗
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 (output_control) filename.dir → (string)
Name of current working directory.
Result🔗
get_current_dir returns the value 2 (H_MSG_TRUE) if the current
working directory could be determined. Otherwise, an exception is
raised.
Module🔗
Foundation