Load into result all filesystem paths matching pattern.
Declared in <bdls_filesystemutil.h>
template<class STRING_TYPE>
static
int
findMatchingPaths(
std::pmr::vector<std::pmr::string>* result,
STRING_TYPE const& pattern);
Same as the overload taking const char *.
the number of paths matched on success, and a negative value otherwise
| Name | Description |
|---|---|
| result | receives the matching path names |
| pattern | glob-style pattern to match |