Set the working directory of the current process to the specified path.
Synopsis
Declared in <bdls_filesystemutil.h>
static
int
setWorkingDirectory(char const* path);
Description
Return 0 on success and a non‐zero value otherwise. The parameterized STRING_TYPE must be one of bsl::string, std::string, std::pmr::string (if supported), bsl::string_view, or bslstl::StringRef.
Return Value
0 on success, and a non‐zero value otherwise
Parameters
Name |
Description |
path |
filesystem path of the new working directory |
Created with MrDocs