Function CollectWildcardPath#
Defined in File path_match.h
Function Documentation#
-
inline std::vector<std::filesystem::path> CollectWildcardPath(const std::filesystem::path &rpathBase, const std::string &rssPattern, EPathMatchAlgorithm eAlgorithm = EPathMatchAlgorithm::wildcards)#
Collect a vector of paths from a wildcard pattern.
- Parameters:
rpathBase – [in] Reference to the base path to start collecting.
rssPattern – [in] Reference to the string containing the pattern to match files with.
eAlgorithm – [in] The algorithm to use for path collection.
- Returns:
Returns a vector with paths that are matching the pattern.