Can I do this on Java? I’m using windows…
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
http://java.sun.com/j2se/1.6.0/docs/api/java/io/File.html#setReadOnly%28%29
Before Java6, you could not undo this. To get around this, they put in
File.setWritable(boolean)which can be used as so