ACLRightMBS shared methods

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

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.


💬 Ask a question or report a problem