Controls whether directory returns truenames on Unix-like systems.
system
t
on non-Windows platforms, nil
on Microsoft Windows.
In line with the ANSI Common Lisp standard, directory returns truenames by default.
Setting the variable *directory-link-transparency*
to nil
allows you to get the old behavior of directory, whereby soft links are not resolved in the pathnames returned.
*directory-link-transparency*
is the default value of the link-transparency argument to directory.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:02