directory-list[procedure] directory-list [path]
MzScheme: returns a list of entries in the directory
path. If omitted, the current directory is used.
This is called directory, directory->list, directory-files,
list-directory, sys-readdir
in other implementations.
[procedure] directory-list path &keyword add-path? children?
Gauche: see also directory-list2?.
|