Load a valid path to the system temporary directory into path.
Synopsis
Declared in <bdls_filesystemutil.h>
static
int
getSystemTemporaryDirectory(std::pmr::string* path);
Description
Same as the overload taking bsl::string *.
Return Value
0 on success, and a non‐zero value otherwise
Parameters
Name |
Description |
path |
receives the system temporary directory |
Created with MrDocs