Contents

volumeSupportsCaseSensitiveNames

A Boolean value that indicates whether the volume format treats upper and lower case characters in file and directory names as different.

Declaration

var volumeSupportsCaseSensitiveNames: Bool? { get }

Discussion

An upper case character is equivalent to a lower case character, and you can’t have two names that differ solely in the case of the characters.

See Also

Volume support values