Summary
Gets files matching the specified filter and scope.
- Namespace
- Cake
.Testing - Containing Type
- FakeDirectory
Syntax
public IEnumerable<IFile> GetFiles(string filter, SearchScope scope)
Parameters
Name | Type | Description |
---|---|---|
filter | string | The filter. |
scope | SearchScope | The search scope. |
Return Value
Type | Description |
---|---|
IEnumerable |
Files matching the specified filter and scope. |