---
title: doesNotSupportSettingFilePermissions
framework: fskit
role: symbol
role_heading: Instance Property
path: fskit/fsvolume/supportedcapabilities/doesnotsupportsettingfilepermissions
---

# doesNotSupportSettingFilePermissions

A Boolean property that indicates the volume doesn’t set file permissions.

## Declaration

```swift
var doesNotSupportSettingFilePermissions: Bool { get set }
```

## Discussion

Discussion If this value is true (Swift) or YES (Objective-C), the volume doesn’t support setting file permissions.

## See Also

### Declaring file capabilities

- [supportsSparseFiles](fskit/fsvolume/supportedcapabilities/supportssparsefiles.md)
- [supportsZeroRuns](fskit/fsvolume/supportedcapabilities/supportszeroruns.md)
- [supportsFastStatFS](fskit/fsvolume/supportedcapabilities/supportsfaststatfs.md)
- [supports2TBFiles](fskit/fsvolume/supportedcapabilities/supports2tbfiles.md)
- [supportsOpenDenyModes](fskit/fsvolume/supportedcapabilities/supportsopendenymodes.md)
- [supportsHiddenFiles](fskit/fsvolume/supportedcapabilities/supportshiddenfiles.md)
- [doesNotSupportImmutableFiles](fskit/fsvolume/supportedcapabilities/doesnotsupportimmutablefiles.md)
