getSystemTemporaryDirectory overloads
Declared in <bdls_filesystemutil.h>
Load a valid path to the system temporary directory to the specified path. Return 0 on success, and a non-zero value otherwise. A temporary directory is one in which the operating system has permission to delete its contents, but not necessarily the directory itself, the next time the computer reboots.
static
int
getSystemTemporaryDirectory(bsl::string* path);
» more...
Same as the overload taking bsl::string *.
static
int
getSystemTemporaryDirectory(std::pmr::string* path);
» more...
Same as the overload taking bsl::string *.
static
int
getSystemTemporaryDirectory(std::string* path);
» more...