Previous Section Next Section Table of Contents Glossary Index

Chapter 4. Using Clozure CL

4.4. Directory

Clozure CL's DIRECTORY function accepts the following implementation-dependent keyword arguments:

:files boolean

If true, includes regular (non-directory) files in DIRECTORY's output. Defaults to T.

:directories boolean

If true, includes directories in DIRECTORY's output. Defaults to NIL.

:all boolean

If true, includes files and directories whose names start with a dot character in DIRECTORY's output. (Entries whose name is "." or ".." are never included.) Defaults to T.

:follow-links boolean

If true, includes the TRUENAMEs of symbolic or hard links in DIRECTORY's output; if false, includes the link filenames without attempting to resolve them. Defaults to T.

Note that legacy HFS alias files are treated as plain files.


Previous Section Next Section Table of Contents Glossary Index