---
title: volumeSupportsCasePreservedNames
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/urlresourcevalues/volumesupportscasepreservednames
---

# volumeSupportsCasePreservedNames

A Boolean value that indicates whether the volume format preserves the case of file and directory names.

## Declaration

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

## Discussion

Discussion The volume may change the case of some characters, typically making them all upper or all lower case.

## 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)
- [volumeSupportsCaseSensitiveNames](foundation/urlresourcevalues/volumesupportscasesensitivenames.md)
- [volumeSupportsCompression](foundation/urlresourcevalues/volumesupportscompression.md)
- [volumeSupportsExclusiveRenaming](foundation/urlresourcevalues/volumesupportsexclusiverenaming.md)
