I'm using c++17 and std::filesystem::last_write_time already, but now I also need the file creation time, and there doesn't seem to be an API for that in std::filesystem. Did I miss it? If not, how come there isn't one?
Do I have to resort to non-portable code to extract that creation timestamp? Does Boost. File system, the ancestor of std::filesystem, have such an API?