Initializing help system before first use

XPRMgetdefworkdir

XPRMgetdefworkdir


Purpose
Get default current working directory.
Synopsis
const char *XPRMgetdefworkdir(void);
Return value
The current working directory or NULL.
Further information
1. The returned value may be NULL indicating that the process wide current working directory is used for this parameter.
2. This information can also be obtained using XPRMgetdsoparam asking for the "workdir" parameter.
Related topics