BloombergLP::bdls::PathUtil::getRoot

Load the root portion of a path.

Synopses

Declared in <bdls_pathutil.h>

Load the root portion of a path.

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

Load the root portion of a path.

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

Load the root portion of a path.

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

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
rootreceives the root portion of path
pathfilesystem path to examine
rootEndif non-negative, position in path of the character following the root