GlobberExtensions.

Match(IGlobber, GlobPattern) Method

Summary

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

Syntax

public static IEnumerable<Path> Match(this IGlobber globber, GlobPattern pattern)

Parameters

Name Type Description
globber IGlobber The globber.
pattern GlobPattern The pattern to match.

Return Value

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