globMatch - multiple declarations

Function globMatch

Like std.path.globMatch, but operates on Path.

bool globMatch(std.path.CaseSensitive cs = CaseSensitive.osDefault) (
  Path path,
  string pattern
) pure nothrow @safe;

Alias globMatch

Alias of same-named function from std.path

alias globMatch = std.path.globMatch;