CaseSensitive Property
Whether the component should open a vault in case-sensitive mode.
Syntax
public boolean isCaseSensitive(); public void setCaseSensitive(boolean caseSensitive);
Remarks
This property specifies whether the component 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.
Default Value
False