Talk:Walk a directory/Non-recursively: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
(globs)
Line 6: Line 6:


:: I don't know Ada or Haskell, the others now do the right (clarified) thing. [[User:Sgeier|Sgeier]] 01:50, 1 February 2007 (EST)
:: I don't know Ada or Haskell, the others now do the right (clarified) thing. [[User:Sgeier|Sgeier]] 01:50, 1 February 2007 (EST)

== globs ==

Using a glob is not the same as walking a directory. A number of the solutions are pointless.

Revision as of 22:17, 9 October 2007

Some of these examples recurse and some do not. They should be different tasks.

Done. See Walk Directory Tree --Short Circuit 11:00, 28 January 2007 (EST)

This task is unclear. When I first read it I thought it meant "print the names of the files that match a pattern. Only later did I realize that the content of the files was meant. Sgeier 00:59, 31 January 2007 (EST)

Gah. It should read names; File I/O is outside the scope of this task. I'll fix the task description, but the programming examples will need review. --Short Circuit 09:50, 31 January 2007 (EST)
I don't know Ada or Haskell, the others now do the right (clarified) thing. Sgeier 01:50, 1 February 2007 (EST)

globs

Using a glob is not the same as walking a directory. A number of the solutions are pointless.