Chapter Contents |
Previous |
Next |
_access |
Portability: | SAS/C extension |
DESCRIPTION |
DESCRIPTION |
_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.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.