RFR: 8316304: (fs) Add support for BasicFileAttributes.creationTime() for Linux
Alan Bateman
alanb at openjdk.org
Wed Sep 20 12:22:41 UTC 2023
On Wed, 20 Sep 2023 10:13:10 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
> OK. Just to clarify: if `statx` is available it should use it and retrieve all needed attributes from the statx call (if all attributes can be retrieved that way). Otherwise use `stat64/lstat` as before (with birth time missing).
Yes, I think we should think of statx as an extended stat.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15792#issuecomment-1727612597
More information about the nio-dev
mailing list