Quantcast
Viewing latest article 4
Browse Latest Browse All 10

The beginning of a Scala “FileUtils” class

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 latest article 4
Browse Latest Browse All 10

Trending Articles