Platforms to show: All Mac Windows Linux Cross-Platform

Back to ACLRightMBS class.

ACLRightMBS.NewACL(count as Integer) as ACLRightMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Files MBS MacOSX Plugin 13.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Allocates and initializes the working storage for an ACL of at least count ACL entries.

see also acl_init man page.

ACLRightMBS.NewACLFromExternal(data as string, native as boolean = false) as ACLRightMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Files MBS MacOSX Plugin 13.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates new ACL object from external representation.

see also acl_copy_ext man page.

ACLRightMBS.NewACLFromFile(file as folderitem, type as Integer) as ACLRightMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Files MBS MacOSX Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates ACL object from file.

see also acl_get_file man page.

See also:

Some examples using this method:

ACLRightMBS.NewACLFromFile(path as string, type as Integer) as ACLRightMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Files MBS MacOSX Plugin 13.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates ACL object from file.

see also acl_get_file man page.

See also:

ACLRightMBS.NewACLFromFilePointer(FilePointer as Integer) as ACLRightMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Files MBS MacOSX Plugin 13.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates ACL object from FilePointer.

see also acl_get_fd man page.

See also:

ACLRightMBS.NewACLFromFilePointer(FilePointer as Integer, type as Integer) as ACLRightMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Files MBS MacOSX Plugin 13.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates ACL object from FilePointer.

see also acl_get_fd_np man page.

See also:

ACLRightMBS.NewACLFromLink(path as string, type as Integer) as ACLRightMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Files MBS MacOSX Plugin 13.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates ACL object from link.

see also acl_get_link_np man page.

ACLRightMBS.NewACLFromText(text as string) as ACLRightMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Files MBS MacOSX Plugin 13.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates new ACL from text representation.

see also acl_from_text man page.

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


The biggest plugin in space...