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