GlobberSettings.

FilePredicate Property

Summary

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

Syntax

public Func<IFile, bool> FilePredicate { get; set; }

Value

Type Description
Func<IFile, bool>