RFR: 8295753: (fs) UnixPath::toRealPath does not return correct case when links not followed
Brian Burkhalter
bpb at openjdk.org
Tue Oct 25 15:42:55 UTC 2022
On Tue, 25 Oct 2022 06:13:45 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> One initial comment on this is that you can't use Files.list in the provider implementation because the default provider can be configured to be something else.
Yes, I knew that, but there is no equivalent in the provider. I guess `java.io.File::list` would work.
-------------
PR: https://git.openjdk.org/jdk/pull/10843
More information about the nio-dev
mailing list