Files
rust/library/std/src
Josh Triplett 61b45c670b Support setting file accessed/modified timestamps
Add `struct FileTimes` to contain the relevant file timestamps, since
most platforms require setting all of them at once. (This also allows
for future platform-specific extensions such as setting creation time.)

Add `File::set_file_time` to set the timestamps for a `File`.

Implement the `sys` backends for UNIX, macOS (which needs to fall back
to `futimes` before macOS 10.13 because it lacks `futimens`), Windows,
and WASI.
2022-07-15 02:54:06 -07:00
..
2022-04-07 08:51:59 +01:00
2022-05-27 07:36:17 -04:00
2022-03-23 05:33:44 +00:00
2022-04-14 01:33:13 -04:00
2022-05-24 19:41:40 -07:00
2022-05-29 13:14:59 +04:00
2022-06-16 09:30:34 +08:00