CaseSensitive Property

Whether the class should open a vault in case-sensitive mode.

Syntax

ANSI (Cross Platform)
int GetCaseSensitive();
int SetCaseSensitive(int bCaseSensitive); Unicode (Windows) BOOL GetCaseSensitive();
INT SetCaseSensitive(BOOL bCaseSensitive);
@property (nonatomic,readwrite,assign,getter=caseSensitive,setter=setCaseSensitive:) BOOL caseSensitive;
- (BOOL)caseSensitive;
- (void)setCaseSensitive:(BOOL)newCaseSensitive;
#define PID_CBVAULT_CASESENSITIVE 4

CBFSSTORAGE_EXTERNAL void* CBFSSTORAGE_CALL CBFSStorage_CBVault_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
CBFSSTORAGE_EXTERNAL int CBFSSTORAGE_CALL CBFSStorage_CBVault_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

FALSE

Remarks

This property specifies whether the class should open a vault in case-sensitive mode. Enabling this property causes all file, directory, symbolic link, alternate stream, and file tag names to be treated as case-sensitive.

Note: This property cannot be changed when Active is true, and cannot be changed within events.

Data Type

Boolean

Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Storage 2020 C++ Edition - Version 20.0 [Build 8031]