FolderItem.Group
From Xojo Documentation
Property (As String )
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. |
aFolderItem.Group = newStringValue
or
StringValue = aFolderItem.Group
New in 2005r1
Supported for all project types and targets.
or
StringValue = aFolderItem.Group
New in 2005r1
Supported for all project types and targets.
Gets or sets the name of the owning Group of the FolderItem.
Notes
Supported on Unix-based operating systems only (macOS and Linux). Use the FolderItem’s Permissions property or the Permissions class to get and set permissions for the owning Group. The Owner property gets and sets the FolderItem's Owner.
Example
The following gets the name of the selected FolderItem.