---
title: groupReadWriteExecute
framework: system
role: symbol
role_heading: Type Property
path: system/filepermissions/groupreadwriteexecute
---

# groupReadWriteExecute

Indicates that the group has read, write, and execute permission.

## Declaration

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

## See Also

### Group Permissions

- [groupRead](system/filepermissions/groupread.md)
- [groupWrite](system/filepermissions/groupwrite.md)
- [groupExecute](system/filepermissions/groupexecute.md)
- [groupReadWrite](system/filepermissions/groupreadwrite.md)
- [groupReadExecute](system/filepermissions/groupreadexecute.md)
- [groupWriteExecute](system/filepermissions/groupwriteexecute.md)
