Walk a directory/Recursively: Difference between revisions

Line 1,382:
=={{header|Scala}}==
NOTE: As of 2011-11-20 this example does not actually work on Scala 2.8.1 or 2.9.1.
@SEE: http://stackoverflow.com/questions/3444748/porting-new-iterable-code-from-scala-2-7-7-to-2-8
 
This is not implemented in the Scala library. Here is a possible solution, building on class ''java.io.File'' and on scala language and library iteration facilities
Anonymous user