Closed
Description
There's a field in FILE_BASIC_INFO called ChangeTime that tracks when file metadata is changed, such as renaming, file attributes, etc.
Currently, this property isn't included in the ::sys::windows::fs::FileAttr
implementation, but should be available in the c::FILE_BASIC_INFO
impl.
I have a fork that adds this field to the impl and I'd like to create a PR, but I thought it would make sense to create an issue first.
EDIT
BTW, apparently last write time is the last time the data stream changed so this actually represents a different time value.