---
title: groupWriteExecute
framework: system
role: symbol
role_heading: Type Property
path: system/filepermissions/groupwriteexecute
---

# groupWriteExecute

Indicates that the group has write-execute permission.

## Declaration

```swift
static var groupWriteExecute: 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)
- [groupReadWriteExecute](system/filepermissions/groupreadwriteexecute.md)
