EldoS
 Table of Contents >  SolFSStorage.CaseSensitive property
Navigation
Web site
Support
Table Of Contents
Send comments on this topic

SolFSStorage.CaseSensitive property

Filter:

Pascal    DLL    C++ (DLL/Lib)    C++ (VCL)    C++ (.NET)    C#    VB.NET   

SolFSStorage    

Overview

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] Storage - handle to the storage returned by Create or Open function.
  • [DLL] Value - specifies whether the file names are case-sensitive.

[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.

Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2008, EldoS Corporation