Discuss this help topic in SecureBlackbox Forum
Specifies if file paths are case-sensitive.
Declaration
[VB.NET]
Property CaseSensitive As Boolean
[Pascal]
property CaseSensitive : boolean;
[C++]
bool get_CaseSensitive();
void set_CaseSensitive(bool Value);
[PHP]
bool get_CaseSensitive()
void set_CaseSensitive(bool $Value)
[Java]
boolean getCaseSensitive();
void setCaseSensitive(boolean Value);
Description
Set this property to
True if all file names, paths and file masks should be case-sensitive.
Discuss this help topic in SecureBlackbox Forum