Summary
Returns
Path
instances matching the specified pattern.
- Namespace
- Cake
.Core .IO - Containing Type
- Globber
Syntax
public IEnumerable<Path> Match(GlobPattern pattern, GlobberSettings settings)
Parameters
Name | Type | Description |
---|---|---|
pattern | GlobPattern | The pattern to match. |
settings | GlobberSettings | The globber settings. |