Windows folder has readonly attribute that cannot be removed
Posted
by
drasto
on Super User
See other posts from Super User
or by drasto
Published on 2012-12-11T16:17:31Z
Indexed on
2012/12/11
17:08 UTC
Read the original article
Hit count: 299
I have a zip file containing Eclipse workspace. When I unzip it all the extracted folders have read only attribute set to true. When I uncheck "read only" in properties dialog and click apply the attribute seems to be removed. But when I reopen properties dialog it is there again.
Eclipse will not accept folder that is read only as a workspace. I need it to be removed.
Some points I'd like to make:
- Only folders have read only attribute, files don't.
- I use Windows 7, for unzipping I have used 7zip.
- I have tryied to remove the attribute from command line like this:
attrib -r -s c:\pathToFolder
. It did not work.
© Super User or respective owner