Create a new temporary directory under rootDirectory.

Synopsis

Declared in <bdls_filesystemutil.h>

static
int
createTemporarySubdirectory(
    std::string* outPath,
    std::string_view const& rootDirectory,
    std::string_view const& prefix);

Description

Same as the overload taking bsl::string *.

Return Value

0 on success, and a non‐zero value otherwise

Parameters

Name

Description

outPath

receives the path of the created directory

rootDirectory

directory in which to create the subdirectory

prefix

prefix of the generated directory name

Created with MrDocs