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

From Rosetta Code
Content added Content deleted
(It SHOULD read "print the names")
(Forgot to log in.)
Line 3: Line 3:


This task is unclear. When I first read it I thought it meant "print the <i>names</i> of the files that match a pattern. Only later did I realize that the <i>content</i> of the files was meant. [[User:Sgeier|Sgeier]] 00:59, 31 January 2007 (EST)
This task is unclear. When I first read it I thought it meant "print the <i>names</i> of the files that match a pattern. Only later did I realize that the <i>content</i> of the files was meant. [[User:Sgeier|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. --[[User:207.74.29.206|207.74.29.206]] 09:50, 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. --[[User:Short Circuit|Short Circuit]] 09:50, 31 January 2007 (EST)

Revision as of 14:50, 31 January 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)