BloombergLP::bdls::PathUtil::getDirname

Load the directory part of a path.

Synopses

Declared in <bdls_pathutil.h>

Load the directory part of a path.

static
int
getDirname(
    bsl::string* dirname,
    std::string_view const& path,
    int rootEnd = -1);
» more...

Load the directory part of a path.

static
int
getDirname(
    std::pmr::string* dirname,
    std::string_view const& path,
    int rootEnd = -1);
» more...

Load the directory part of a path.

static
int
getDirname(
    std::string* dirname,
    std::string_view const& path,
    int rootEnd = -1);
» more...

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
dirnamereceives the directory part of path
pathfilesystem path to examine
rootEndif non-negative, position in path of the character following the root