While investigating an issue with secondary storage templates, I noticed all the file handling I came across shelled and execute things like mkdir, rm, etc, etc. With the migration to Java 7 is there still a reason to continue that method of file handling or in the future could/should file operations be handled by Java?
Thanks, David Bierce