Summary
Gets all files matching the specified pattern.
- Namespace
- Cake
.Core .IO - Containing Type
- GlobberExtensions
Syntax
public static IEnumerable<FilePath> GetFiles(this IGlobber globber, GlobPattern pattern)
Parameters
| Name | Type | Description |
|---|---|---|
| globber | IGlobber | The globber. |
| pattern | GlobPattern | The pattern. |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
The files matching the specified pattern. |
