SolFSStorage.CaseSensitive property
Filter:
Pascal DLL C++ (DLL/Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
Specifies if the file names are treated case-sensitively.
Declaration
[Pascal]
property CaseSensitive: Boolean;
[DLL]
long _stdcall StorageGetCaseSensitive(unsigned long Storage, char *Value);
long _stdcall StorageSetCaseSensitive(unsigned long Storage, char Value);
[C++ (DLL/Lib)]
bool get_CaseSensitive()
void set_CaseSensitive(bool Value)
[C++ (VCL)]
__property bool CaseSensitive={ nodefault }
[C++ (.NET)]
bool get_CaseSensitive()
void set_CaseSensitive(bool Value)
[C#]
bool CaseSensitive
[VB.NET]
Property CaseSensitive As Boolean
Parameters
[DLL] Return values
0 if the function succeeded or one of Error codes if the function failed.
Description
Use this property to specify if the file and folder names are treated as case-sensitive when performing file or folder operations.
