Load into result all filesystem paths matching pattern.
Synopsis
Declared in <bdls_filesystemutil.h>
static
int
findMatchingPaths(
std::vector<std::string>* result,
char const* pattern);
Description
Same as the overload taking bsl::vector<bsl::string> *.
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