---
title: volumeSupportsCaseSensitiveNames
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/urlresourcevalues/volumesupportscasesensitivenames
---

# volumeSupportsCaseSensitiveNames

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

## Declaration

```swift
var volumeSupportsCaseSensitiveNames: Bool? { get }
```

## Discussion

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

- [isMountTrigger](foundation/urlresourcevalues/ismounttrigger.md)
- [isVolume](foundation/urlresourcevalues/isvolume.md)
- [volume](foundation/urlresourcevalues/volume.md)
- [volumeCreationDate](foundation/urlresourcevalues/volumecreationdate.md)
- [volumeIdentifier](foundation/urlresourcevalues/volumeidentifier.md)
- [volumeLocalizedFormatDescription](foundation/urlresourcevalues/volumelocalizedformatdescription.md)
- [volumeLocalizedName](foundation/urlresourcevalues/volumelocalizedname.md)
- [volumeMaximumFileSize](foundation/urlresourcevalues/volumemaximumfilesize.md)
- [volumeName](foundation/urlresourcevalues/volumename.md)
- [volumeResourceCount](foundation/urlresourcevalues/volumeresourcecount.md)
- [volumeSupportsAccessPermissions](foundation/urlresourcevalues/volumesupportsaccesspermissions.md)
- [volumeSupportsAdvisoryFileLocking](foundation/urlresourcevalues/volumesupportsadvisoryfilelocking.md)
- [volumeSupportsCasePreservedNames](foundation/urlresourcevalues/volumesupportscasepreservednames.md)
- [volumeSupportsCompression](foundation/urlresourcevalues/volumesupportscompression.md)
- [volumeSupportsExclusiveRenaming](foundation/urlresourcevalues/volumesupportsexclusiverenaming.md)
