---
title: isExecutableKey
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/urlresourcekey/isexecutablekey
---

# isExecutableKey

Key for determining whether the current process (as determined by the EUID) can execute the resource (if it is a file) or search the resource (if it is a directory), returned as a Boolean NSNumber object (read-only).

## Declaration

```swift
static let isExecutableKey: URLResourceKey
```

## See Also

### Other resource keys

- [keysOfUnsetValuesKey](foundation/urlresourcekey/keysofunsetvalueskey.md)
- [quarantinePropertiesKey](foundation/urlresourcekey/quarantinepropertieskey.md)
- [addedToDirectoryDateKey](foundation/urlresourcekey/addedtodirectorydatekey.md)
- [attributeModificationDateKey](foundation/urlresourcekey/attributemodificationdatekey.md)
- [contentAccessDateKey](foundation/urlresourcekey/contentaccessdatekey.md)
- [contentModificationDateKey](foundation/urlresourcekey/contentmodificationdatekey.md)
- [creationDateKey](foundation/urlresourcekey/creationdatekey.md)
- [customIconKey](foundation/urlresourcekey/customiconkey.md)
- [documentIdentifierKey](foundation/urlresourcekey/documentidentifierkey.md)
- [effectiveIconKey](foundation/urlresourcekey/effectiveiconkey.md)
- [generationIdentifierKey](foundation/urlresourcekey/generationidentifierkey.md)
- [hasHiddenExtensionKey](foundation/urlresourcekey/hashiddenextensionkey.md)
- [isExcludedFromBackupKey](foundation/urlresourcekey/isexcludedfrombackupkey.md)
- [isHiddenKey](foundation/urlresourcekey/ishiddenkey.md)
- [isReadableKey](foundation/urlresourcekey/isreadablekey.md)
