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