getWorkingDirectory overloads
Declared in <bdls_filesystemutil.h>
Load into the specified 'path' the absolute pathname of the current working directory. Return 0 on success and a non-zero value otherwise.
static
int
getWorkingDirectory(bsl::string* path);
» more...
Same as the overload taking bsl::string *.
static
int
getWorkingDirectory(std::pmr::string* path);
» more...
Same as the overload taking bsl::string *.
static
int
getWorkingDirectory(std::string* path);
» more...