How do you guys make files writable?
JetBrains,
I see that in IntelliJ IDEA, you've implemented the ability to modify a file's read only/writable status. In my research, it looks like the JVM doesn't allow this. So how do you guys do it?
Thanks!
Please sign in to leave a comment.
Ian Zabel wrote:
idea/bin contains some dlls ...
file's read only/writable status. In my research, it looks like the JVM
doesn't allow this. So how do you guys do it?
"attrib -r". A similar command exist under Unix. :)
--
Valentin Kipiatkov
JetBrains, Inc
http://www.intellij.com
"Develop with pleasure!"
"Ian Zabel" <ian@ezabel.com> wrote in message
news:12687515.1069186387078.JavaMail.itn@is.intellij.net...
>
file's read only/writable status. In my research, it looks like the JVM
doesn't allow this. So how do you guys do it?
>
Ian Zabel wrote:
chmod u-w or chmod u+w ]]> for UNIXes
Vladimir Kondratyev
___________________
JetBrains