Function MatchFileWithWildcards#

Function Documentation#

inline bool MatchFileWithWildcards(const std::filesystem::path &rpath, const std::filesystem::path &rpathPattern)#

Check for a match of the path with the pattern containing zero or more wildcards.

Parameters:
  • rpath[in] Reference to the path to compare.

  • rpathPattern[in] Reference to the path containing zero or more wildcards.

Returns:

Returns ‘true’ when the paths match, ‘false’ when not.