Discuss this help topic in SecureBlackbox Forum

TElCustomFileSystemAdapter.CaseSensitive

TElCustomFileSystemAdapter     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies if file paths are case-sensitive.

Declaration

[C#]
    bool CaseSensitive;

[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