Globber.

Globber(IFileSystem, ICakeEnvironment) Constructor

Summary

Initializes a new instance of the Globber class.
Namespace
Cake.Core.IO
Containing Type
Globber

Syntax

public Globber(IFileSystem fileSystem, ICakeEnvironment environment)

Parameters

Name Type Description
fileSystem IFileSystem The file system.
environment ICakeEnvironment The environment.

Return Value

Type Description
void