RosettaCodeData/Task/Walk-a-directory-Recursively/00DESCRIPTION
2016-12-05 22:15:40 +01:00

13 lines
401 B
Text

;Task:
Walk a given directory ''tree'' and print files matching a given pattern.
'''Note:''' This task is for recursive methods.   These tasks should read an entire directory tree, not a ''single directory''.
'''Note:''' Please be careful when running any code examples found here.
;Related task:
*   [[Walk a directory/Non-recursively]]   (read a ''single directory'').
<br><br>