How can I make a read-only file writable?
Created Jun 30, 2006
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 Jun 30, 2006