Chapter Contents |
Previous |
Next |
_unlink |
Portability: | SAS/C extension |
DESCRIPTION |
DESCRIPTION |
_unlink
is a version of
unlink
designed
to operate only on HFS files.
_unlink
runs faster and calls fewer other library routines than
unlink
. Refer to unlink for a full description.
_unlink
is
used exactly
like the standard
unlink
function. The
argument to
_unlink
is interpreted as an
HFS filename, even if it appears to begin with a style prefix or a leading
//
or both.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.