---
title: systemNodes
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/fileattributekey/systemnodes
---

# systemNodes

The key in a file system attribute dictionary whose value indicates the number of nodes in the file system.

## Declaration

```swift
static let systemNodes: FileAttributeKey
```

## Discussion

Discussion The corresponding value is an NSNumber object that specifies the number of nodes in the file system.

## See Also

### Accessing File Attributes

- [appendOnly](foundation/fileattributekey/appendonly.md)
- [busy](foundation/fileattributekey/busy.md)
- [creationDate](foundation/fileattributekey/creationdate.md)
- [deviceIdentifier](foundation/fileattributekey/deviceidentifier.md)
- [extensionHidden](foundation/fileattributekey/extensionhidden.md)
- [groupOwnerAccountID](foundation/fileattributekey/groupowneraccountid.md)
- [groupOwnerAccountName](foundation/fileattributekey/groupowneraccountname.md)
- [hfsCreatorCode](foundation/fileattributekey/hfscreatorcode.md)
- [hfsTypeCode](foundation/fileattributekey/hfstypecode.md)
- [immutable](foundation/fileattributekey/immutable.md)
- [modificationDate](foundation/fileattributekey/modificationdate.md)
- [ownerAccountID](foundation/fileattributekey/owneraccountid.md)
- [ownerAccountName](foundation/fileattributekey/owneraccountname.md)
- [posixPermissions](foundation/fileattributekey/posixpermissions.md)
- [protectionKey](foundation/fileattributekey/protectionkey.md)
