RFR: 8151430: (fs) BasicFileAttributeView.setTimes should support setting file create time on OS X
Alan Bateman
alanb at openjdk.org
Fri Aug 5 08:31:47 UTC 2022
On Fri, 5 Aug 2022 03:03:27 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> Use the BSD system call `setattrlist(2)` to set file modification, access, and creation time attributes on macOS.
Have you tried adding setattrlist to BsdNativeDispatcher instead of UnixNativeDispatcher?
-------------
PR: https://git.openjdk.org/jdk/pull/9762
More information about the nio-dev
mailing list