Name
get_current_dirget_current_dirGetCurrentDirGetCurrentDir — Get the current working directory.
Herror get_current_dir(char* DirName)
Herror T_get_current_dir(Htuple* DirName)
void GetCurrentDir(HTuple* DirName)
static HString HMisc::GetCurrentDir()
get_current_dirget_current_dirGetCurrentDirGetCurrentDirGetCurrentDir returns the current working directory in
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.
get_current_dirget_current_dirGetCurrentDirGetCurrentDirGetCurrentDir returns the value 2 (H_MSG_TRUE) if the current
working directory could be determined. Otherwise, an exception is
raised.
Foundation