IDirectory.

GetFiles(string, SearchScope) Method

Summary

Gets files matching the specified filter and scope.
Namespace
Cake.Core.IO
Containing Type
IDirectory

Syntax

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<IFile> Files matching the specified filter and scope.