---
title: kCFURLAttributeModificationDateKey
framework: corefoundation
role: symbol
role_heading: Global Variable
path: corefoundation/kcfurlattributemodificationdatekey
---

# kCFURLAttributeModificationDateKey

Key for the last time the resource’s attributes were modified, returned as a CFDate object if the volume supports attribute modification dates, or nil if attribute modification dates are unsupported.

## Declaration

```swift
let kCFURLAttributeModificationDateKey: CFString!
```

## See Also

### Constants

- [kCFURLNameKey](corefoundation/kcfurlnamekey.md)
- [kCFURLLocalizedNameKey](corefoundation/kcfurllocalizednamekey.md)
- [kCFURLPathKey](corefoundation/kcfurlpathkey.md)
- [kCFURLIsRegularFileKey](corefoundation/kcfurlisregularfilekey.md)
- [kCFURLIsDirectoryKey](corefoundation/kcfurlisdirectorykey.md)
- [kCFURLIsSymbolicLinkKey](corefoundation/kcfurlissymboliclinkkey.md)
- [kCFURLIsVolumeKey](corefoundation/kcfurlisvolumekey.md)
- [kCFURLIsPackageKey](corefoundation/kcfurlispackagekey.md)
- [kCFURLIsSystemImmutableKey](corefoundation/kcfurlissystemimmutablekey.md)
- [kCFURLIsUserImmutableKey](corefoundation/kcfurlisuserimmutablekey.md)
- [kCFURLIsHiddenKey](corefoundation/kcfurlishiddenkey.md)
- [kCFURLHasHiddenExtensionKey](corefoundation/kcfurlhashiddenextensionkey.md)
- [kCFURLCreationDateKey](corefoundation/kcfurlcreationdatekey.md)
- [kCFURLContentAccessDateKey](corefoundation/kcfurlcontentaccessdatekey.md)
- [kCFURLContentModificationDateKey](corefoundation/kcfurlcontentmodificationdatekey.md)
