Load a valid path to the system temporary directory into path.

Synopses

Declared in <bdls_filesystemutil.h>

Load a valid path to the system temporary directory into path.

Load a valid path to the system temporary directory into path.

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

Load a valid path to the system temporary directory into path.

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

Return Value

0 on success, and a non‐zero value otherwise

Parameters

Name

Description

path

receives the system temporary directory

Created with MrDocs