pathname-resolve-symbolic-links

$Revision: 5.0.2.3 $

Function

Package: EXCL

Arguments: (pathname)

The argument must be a pathname or something coercible to a pathname, which if a logical pathname is first translated to a physical pathname. The directories of the pathname are then checked from left to right. Whenever a directory component is encountered that is a symbolic link, the target of the link is merged into the pathname, and the new pathname is rescanned, starting from the beginning if the target of the symbolic link was an absolute pathname. When all symbolic links have been resolved, the resultant pathname object is returned.

See also excl:symbolic-link-p. See pathnames.htm for general information on pathnames in Allegro CL.

The general documentation description is in introduction.htm. The index is in index.htm.

Copyright (C) 1998-1999, Franz Inc., Berkeley, CA. All Rights Reserved.