LispWorks User Guide and Reference Manual > 40 The SYSTEM Package

NextPrevUpTopContentsIndex

*directory-link-transparency*

Variable
Summary

Controls whether directory returns truenames on Unix-like systems.

Package

system

Initial Value

t on Unix-like systems, nil on Microsoft Windows.

Description

In line with the ANSI Common Lisp standard, directory returns truenames by default.

Setting *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.

See also

directory


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex