Permissions.GroupWrite
From Xojo Documentation
Property (As Boolean )
This property is only available on macOS and Linux platforms. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this property on an incompatible platform. |
aPermissions.GroupWrite = newBooleanValue
or
BooleanValue = aPermissions.GroupWrite
Supported for all project types and targets.
or
BooleanValue = aPermissions.GroupWrite
Supported for all project types and targets.
If True, a member of the Group that owns the FolderItem can write to the FolderItem.