Create a list of files in a directory (recursively)
[email protected] (moroshko)
| Newsgroups | perl.beginners |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <22e55281-f5d9-4bc4-b1e4-aa5ace5d31d6@t54g2000hsg.googlegroups.com> |
Hello experts ! What is the most efficient way to get a list of all file names (a full path) in a certain directory ? This should work recursively and include only files (not directories). Thanks in advance !