Summary
Gets directories matching the specified filter and scope.
- Namespace
- Cake
.Core .IO - Containing Type
- IDirectory
Syntax
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. |