IDirectory.

GetDirectories(string, SearchScope) Method

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<IDirectory> Directories matching the filter and scope.