Discussion:
Is there a java API to make a readonly file writeable?
(too old to reply)
Chris Wahl
2005-01-07 16:51:53 UTC
Permalink
Howdy,

Is there a java API to make a readonly file writeable?

TIA
Shankar Unni
2005-01-07 20:26:42 UTC
Permalink
Post by Chris Wahl
Is there a java API to make a readonly file writeable?
It's an interesting omission, but no. You'll have to use
Runtime.getRuntime().exec(String[]) to execute some native command to do
this.

Loading...