FakeDirectory.

GetDirectories(string, SearchScope) Method

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