chickadee » posix » directory

directory #!optional PATHNAME SHOW-DOTFILES?procedure

Returns a list with all files that are contained in the directory with the name PATHNAME (which defaults to the value of (current-directory)). Files beginning with . are included only if SHOW-DOTFILES? is given and not #f.