| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: pathname
If pathname names a symbolic link, returns the
physical pathname of the file pointed to by the link. If
pathname does not name a symbolic link, this
function returns nil
. nil
is also returned if the item named by
pathname does not exist, or the directory or
filesystem do not exist but an error is signaled if
pathname names a logical pathname with an
undefined or untranslatable logical host.
pathname should be a pathname object or a string naming a pathname. The behavior when pathname names a circular link is undefined.
See also pathnames.htm for general information on pathnames in Allegro CL and see pathname-resolve-symbolic-links.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |