Configures the MVFS to use case-insensitive file lookup.
Native Windows file systems, including FAT and NTFS, perform case-insensitive file lookup. These systems preserve the case of file names on write operations.
When you select the Case-Insensitive MVFS check box, the MVFS uses case-insensitive file lookup. When the MVFS writes view-private files, the case of these file names depends on the setting of the Case Preserving check box:
When you select the Case Preserving check box, the MVFS preserves the case of the names of view-private files.
When you clear the Case Preserving check box, the MVFS converts the names of view-private files to lowercase.
When you clear the Case-Insensitive MVFS check box, the MVFS uses case-sensitive file lookup. The MVFS also preserves the case of the names of all files it creates. With this setting, the MVFS mimics file lookup and creation on UNIX systems. But case-sensitive MVFS operation can cause problems and is not recommended.