Recursive vl-directory-files w
Hi,I'm on the hunt for a recursive alternative to vl-directory-files (that will search subdirectories), that will remove the directory prefix & file extension.
I've tried Lee Mac's "Directory Files" routine, but that will only produce a list that includes directory prefix & file extension.
http://www.lee-mac.com/getallfiles.html
Is anyone aware of such a function?
Thanks a lot for any help. (mapcar 'vl-filename-base (LM:directoryfiles "C:\\YourDirectoryHere" nil t)) Thanks a lot Lee.
Mapcar is exactly what I have been looking for. You're most welcome!
页:
[1]