Skip to content
BSD syscall#221

svc · unix #221

setattrlist

Sets multiple file attributes selected by an attribute mask in one call.

Prototype

int setattrlist(const char *path, struct attrlist *alist, void *attributeBuffer, size_t bufferSize, u_long options);

Returns: int

Arguments

NameTypeDirDescription
pathconst char-
aliststruct attrlist-
attributeBuffervoid-
bufferSizesize_t-
optionsu_long-

Version history

XNU tagmacOS#
xnu-1456.1.26macOS 10.6 Snow Leopard221
xnu-1486.2.11221
xnu-1504.15.3221
xnu-1504.3.12221
xnu-1504.7.4221
xnu-1504.9.17221
xnu-1504.9.26221
xnu-1504.9.37221

Notes

No prose documentation yet.