---
title: otherWrite
framework: system
role: symbol
role_heading: Type Property
path: system/filepermissions/otherwrite
---

# otherWrite

Indicates that other users have write-only permission.

## Declaration

```swift
static var otherWrite: FilePermissions { get }
```

## See Also

### Other Permissions

- [otherRead](system/filepermissions/otherread.md)
- [otherExecute](system/filepermissions/otherexecute.md)
- [otherReadWrite](system/filepermissions/otherreadwrite.md)
- [otherReadExecute](system/filepermissions/otherreadexecute.md)
- [otherWriteExecute](system/filepermissions/otherwriteexecute.md)
- [otherReadWriteExecute](system/filepermissions/otherreadwriteexecute.md)
