How can I make a read-only file writable?
Created May 8, 2012
John Zukowski Pre-Java 6, you had to either use native code or fork off a platform specific command in a sub-process. With Java 6, there is a setWritable() method.
Created May 8, 2012