Re: 6728842: File.setReadOnly does not make a directory read-only (win)

2010-09-29 Thread Alan Bateman
Rémi Forax wrote: : There is a small copy/paste error in setAccess.doTest() for Windows specific tests, the exception message of the thrown Exception doesn't match the test. Well spotted! I'll fix up these messages in the test before I push this. -Alan.

Re: 6728842: File.setReadOnly does not make a directory read-only (win)

2010-09-29 Thread Rémi Forax
Le 29/09/2010 15:57, Alan Bateman a écrit : I need a reviewer for a change to java.io.File's setReadOnly and setWritable methods so that they don't change the DOS readonly attribute on directories (or folders as Windows calls them). These methods have never worked correctly for directories on