Platforms to show: All Mac Windows Linux Cross-Platform

Back to ACLEntryMBS class.

ACLEntryMBS.GIDtoUUID(GID as Integer) as memoryblock

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Files MBS MacOSX Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Queries the UUID for a group id.

Returns nil on any error.

ACLEntryMBS.GroupFromGID(GID as Integer) as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Files MBS MacOSX Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Queries the group name for a Group ID.

Some examples using this method:

ACLEntryMBS.UIDtoUUID(UID as Integer) as memoryblock

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Files MBS MacOSX Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Queries the UUID for an user id.

Returns nil on any error.

ACLEntryMBS.UserFromUID(UID as Integer) as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Files MBS MacOSX Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Queries the user name for a UID.

Some examples using this method:

ACLEntryMBS.UUIDtoID(UUID as memoryblock, byref ID as Integer, byref Type as Integer) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Files MBS MacOSX Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Queries the GID/UID for an UUID.

Type is 0 for user and 1 for group.
Returns true on success.

Some examples using this method:

The items on this page are in the following plugins: MBS MacOSX Plugin.


The biggest plugin in space...