Quantcast
Channel: read
Viewing all articles
Browse latest Browse all 10

The beginning of a Scala “FileUtils” class

$
0
0

The beginning of a Scala “FileUtils” class

In production code I recommend that you use a good “Files” library like Apache Commons IO, but if you want to create your own Scala FileUtils class, here’s some source code that can help you get started.

First, here’s some code for the FileUtils class (an object, technically):


Viewing all articles
Browse latest Browse all 10

Trending Articles