Handbook
Glossary
acl_set_file ( path_p type acl -- int )
Vocabulary
io
.
files
.
acls
.
macos
.
ffi
Inputs
path_p
an
object
type
an
object
acl
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
io.files.acls.macos.ffi
FUNCTION:
int
acl_set_file
(
c-string
path_p,
acl_type_t
type,
acl_t
acl )