Files
rust/src/libstd/sys/windows
Alex Crichton c69f367baf std: Add more accessors for Metadata on Windows
This commit adds accessors for more fields in `fs::Metadata` on Windows
which weren't previously exposed. There's two sources of `fs::Metadata`
on Windows currently, one from `DirEntry` and one from a file itself.
These two sources of information don't actually have the same set of
fields exposed in their stat information, however. To handle this the
platform-specific accessors of Windows-specific information all return
`Option` to return `None` in the case a metadata comes from a
`DirEntry`, but they're guaranteed to return `Some` if it comes from a
file itself.

This is motivated by some changes in CraneStation/wasi-common#42, and
I'm curious how others feel about this platform-specific functionality!
2019-07-26 07:35:59 -07:00
..
2019-02-28 04:06:15 +09:00
2018-12-25 21:08:33 -07:00
2019-02-28 04:06:15 +09:00
2018-12-25 21:08:33 -07:00
2019-04-27 08:34:08 -07:00
2019-04-27 08:34:08 -07:00
2019-01-13 19:47:02 +00:00
2019-03-26 09:23:19 +01:00
2019-07-01 12:15:27 +02:00
2019-07-25 21:30:08 +02:00
2019-02-28 04:06:15 +09:00
2019-02-28 04:06:15 +09:00
2019-02-28 04:06:17 +09:00
2019-02-28 04:06:15 +09:00
2019-04-10 09:40:44 +08:00
2019-04-04 07:19:14 -07:00