GlobberSettings.

IsCaseSensitive Property

Summary

Gets or sets whether or not globbing is case sensitive or not. If not set, the default value for the operating system will be used.
Namespace
Cake.Core.IO
Containing Type
GlobberSettings

Syntax

public bool? IsCaseSensitive { get; set; }

Value

Type Description
bool?