(vl-directory-files [directory pattern directories])
List all files in a directory.
This function returns a string containing the name of all files in the directory that match the pattern.
Example
Code | Returns |
---|---|
(vl-directory-files "d:\myfiles") | "C:\MYFILES\SAMPLE.TXT" |
Tell me about...
Programming Overview of LISP (LISt Processing) Language