Integrated: 8151430: (fs) BasicFileAttributeView.setTimes should support setting file create time on OS X
Brian Burkhalter
bpb at openjdk.org
Tue Aug 9 22:32:10 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.
This pull request has now been integrated.
Changeset: 6397d564
Author: Brian Burkhalter <bpb at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/6397d564a5dab07f81bf4c69b116ebfabb2446ba
Stats: 272 lines in 7 files changed: 254 ins; 0 del; 18 mod
8151430: (fs) BasicFileAttributeView.setTimes should support setting file create time on OS X
Reviewed-by: alanb
-------------
PR: https://git.openjdk.org/jdk/pull/9762
More information about the nio-dev
mailing list