IGlobber.

Match(GlobPattern, GlobberSettings) Method

Summary

Returns Path instances matching the specified pattern.
Namespace
Cake.Core.IO
Containing Type
IGlobber

Syntax

IEnumerable<Path> Match(GlobPattern pattern, GlobberSettings settings)

Parameters

Name Type Description
pattern GlobPattern The pattern to match.
settings GlobberSettings The globber settings.

Return Value

Type Description
IEnumerable<Path> Path instances matching the specified pattern.