Handbook
Glossary
n>new-acl ( n -- acl )
Vocabulary
io
.
files
.
acls
.
macos
Inputs
n
an
object
Outputs
acl
an
object
Definition
USING:
io.files.acls.macos.ffi
kernel
;
IN:
io.files.acls.macos
::
n>new-acl
( n -- acl )
n
acl_init
dup
[
n
acl-init-failed
]
unless
;