matches method

bool matches(
  1. String path
)

Implementation

bool matches(String path) {
  return Glob(this).matches(path);
}