Create a new temporary directory with a name based on prefix.
Declared in <bdls_filesystemutil.h>
static
int
createTemporaryDirectory(
std::string* outPath,
std::string_view const& prefix);
Same as the overload taking bsl::string *.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| outPath | receives the path of the created directory |
| prefix | prefix of the generated directory name |