Previous Section | Next Section | Table of Contents | Glossary | Index |
Clozure CL's DIRECTORY function accepts the following implementation-dependent keyword arguments:
boolean
If true, includes regular (non-directory) files in DIRECTORY's output. Defaults to T.
boolean
If true, includes directories in DIRECTORY's output. Defaults to NIL.
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.
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 |