Load into result all filesystem paths matching pattern.

Synopsis

Declared in <bdls_filesystemutil.h>

static
int
findMatchingPaths(
    std::pmr::vector<std::pmr::string>* result,
    char const* pattern);

Description

Same as the overload taking const char *.

Return Value

the number of paths matched on success, and a negative value otherwise

Parameters

Name

Description

result

receives the matching path names

pattern

glob‐style pattern to match

Created with MrDocs