vl-directory-files
(vl-directory-files [ folder [ fileMask [ mode
] ] ] )
This function returns a list of all files
and/or directories for a specified folder.
Arguments |
folder (optional, string) the base directory/folder
where to collect files and/or folders from; if omitted or NIL, the
current directory (of the Operating System) is used |
Return |
list of strings, or NIL if no
matching files / folders are found; |
Example |
(vl-directory-files) |
Remarks |
the "actual folder" and the "parent folder" are always included as the first 2 entries, in their symbolic representation as "." and ".." ! |
© Bricsys NV. All rights reserved. |