How do I list all files in a subdirectory in scala?
- by Nick Fortescue
Is there a good "scala-esque" (I guess I mean functional) way of recursively listing files in a directory? What about matching a particular pattern?
For example recursively all files matching "a*.foo" in c:\temp.