The Groovy script featured in this post takes advantage of the Groovy GDK File extension’s eachFileRecurse method to recursively iterate through the names of the files in the provided directory and ...
I’ve blogged before (File.deleteDir(), File.getText(), and More File Fun) on the useful features that Groovy’s GDK extension of the File class adds to Java’s File class. However, Java’s File class is ...