globMatch - multiple declarations

Function globMatch

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

Prototype

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

Alias globMatch

Alias of same-named function from std.path

Declaration

alias globMatch() = std.path.globMatch;

Authors

Nick Sabalausky

Copyright

Copyright (C) 2014-2015 Nick Sabalausky

License

zlib/libpng