---
title: kCFURLIsRegularFileKey
framework: corefoundation
role: symbol
role_heading: Global Variable
path: corefoundation/kcfurlisregularfilekey
---

# kCFURLIsRegularFileKey

Key for determining whether the resource is a regular file, as opposed to a directory or a symbolic link. Returned as a CFBoolean object.

## Declaration

```swift
let kCFURLIsRegularFileKey: CFString!
```

## See Also

### Constants

- [kCFURLNameKey](corefoundation/kcfurlnamekey.md)
- [kCFURLLocalizedNameKey](corefoundation/kcfurllocalizednamekey.md)
- [kCFURLPathKey](corefoundation/kcfurlpathkey.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)
- [kCFURLAttributeModificationDateKey](corefoundation/kcfurlattributemodificationdatekey.md)
