getWorkingDirectory overloads

Synopses

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);

Same as the overload taking bsl::string *.

static
int
getWorkingDirectory(std::pmr::string* path);

Same as the overload taking bsl::string *.

static
int
getWorkingDirectory(std::string* path);

Created with MrDocs