BloombergLP::bdls::PathUtil::getExtension

Load the extension of a path.

Synopses

Declared in <bdls_pathutil.h>

Load the extension of a path.

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

Load the extension of a path.

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

Load the extension of a path.

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

Return Value

0 if path has an extension, and a non-zero value otherwise

Parameters

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