How do I get the list of files (or all *.txt files for example) in a directory in Scala. The Source class does not seem to help.
For now, you should use Java libraries to do so.