set_current_dir🔗
Short description🔗
set_current_dir — Set the current working directory.
Signature🔗
set_current_dir( filename.dir DirName )
Description🔗
set_current_dir sets the current working directory to the
directory 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 (input_control) filename.dir → (string)
Name of current working directory to be set.
Result🔗
set_current_dir returns the value 2 (H_MSG_TRUE) if the current
working directory could be set. Otherwise, an exception is raised.
Module🔗
Foundation