GlobberExtensions.

GetDirectories(IGlobber, string) Method

Summary

Gets all directories matching the specified pattern.
Namespace
Cake.Core.IO
Containing Type
GlobberExtensions

Syntax

public static IEnumerable<DirectoryPath> GetDirectories(this IGlobber globber, string pattern)

Parameters

Name Type Description
globber IGlobber The globber.
pattern string The pattern.

Return Value

Type Description
IEnumerable<DirectoryPath> The directories matching the specified pattern.