pathnames do not resolve if they include symbolically linked directory components

james anderson <[email protected]> Mon, 20 Jan 2003 19:28:04 +0100
Newsgroups gmane.lisp.openmcl.bugs
Message-ID <[email protected]>
hello;

i was looking to port something from mcl/digitool and am wondering 
about pathname support.
should i expect symbolic links / aliases to work?
it does not appear that they do.

files for which translate-logical-pathname should resolve to a filename 
end up with a pathname which still reflects a symbolically linked 
directory. both probefile and truename fail for these files.

...