Set the working directory of the current process to the specified path.
Declared in <bdls_filesystemutil.h>
template<class STRING_TYPE>
static
int
setWorkingDirectory(STRING_TYPE const& path);
Same as the overload taking const char *.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| path | filesystem path of the new working directory |