Name
set_current_dirset_current_dirSetCurrentDirSetCurrentDir — Set the current working directory.
Herror set_current_dir(const char* DirName)
Herror T_set_current_dir(const Htuple DirName)
set_current_dirset_current_dirSetCurrentDirSetCurrentDirSetCurrentDir sets the current working directory to the
directory DirNameDirNameDirNameDirNamedirName.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Name of current working directory to be set.
set_current_dirset_current_dirSetCurrentDirSetCurrentDirSetCurrentDir returns the value 2 (H_MSG_TRUE) if the current
working directory could be set. Otherwise, an exception is raised.
Foundation