---
title: permissions
framework: system
role: symbol
role_heading: Instance Property
path: system/filemode/permissions
---

# permissions

The file’s permissions, from the mode’s permission bits.

## Declaration

```swift
var permissions: FilePermissions { get set }
```

## Discussion

Discussion Setting this property will mask the newValue with the permissions bit mask ALLPERMS.
