Re: RFR: 8316000: File.setExecutable silently fails if file does not exist [v6]

2023-09-25 Thread Brian Burkhalter
> On Windows, do not return `true` from the `java.io.File` methods > `setReadable(boolean, boolean)` and `setExecutable(boolean, boolean)` if the > file does not exist. Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision: 8316000: Re

Re: RFR: 8316000: File.setExecutable silently fails if file does not exist [v6]

2023-09-26 Thread Alan Bateman
On Mon, 25 Sep 2023 20:25:41 GMT, Brian Burkhalter wrote: >> On Windows, do not return `true` from the `java.io.File` methods >> `setReadable(boolean, boolean)` and `setExecutable(boolean, boolean)` if the >> file does not exist. > > Brian Burkhalter has updated the pull request incrementally w