GlobberSettings.

Predicate Property

Summary

Gets or sets the predicate used to filter directories based on file system information.
Namespace
Cake.Core.IO
Containing Type
GlobberSettings

Syntax

public Func<IDirectory, bool> Predicate { get; set; }

Value

Type Description
Func<IDirectory, bool>