Talk:Walk a directory/Recursively

Revision as of 01:13, 16 October 2007 by rosettacode>JimD (New page: I think the precise statement of the problem is a little too restricted. In some cases it's possible to walk the directory tree, printing all the matching filenames with somewhat less cod...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

I think the precise statement of the problem is a little too restricted. In some cases it's possible to walk the directory tree, printing all the matching filenames with somewhat less code than it is to walk the tree in order to collect a list of the matches or to perform other operations on them. Also there are many criteria on which one might wish to select files beyond just file names. JimD 19:13, 15 October 2007 (MDT)


Return to "Walk a directory/Recursively" page.