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 ...
For most Groovy scripts I use, I simply run the script from its Groovy source code as-is and allow the compilation to take place implicitly. However, it can be helpful at times to use groovyc to ...