_access
is used exactly like the standard access
function. The argument to _access
is interpreted as an
HFS filename, even if it appears to begin with a style prefix
or a leading // or both. _access
runs faster and calls
fewer other library routines than access
. See
access
for a full description.