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