While trying to get the date of a file, I see only methods for getting the creation or last modified dates. But Windows has another attribute call 'Date' and I can't find a way of getting this value.
In the picture below you can see the 'Date' (rightmost), 'last modified date' and 'creation date' (I also have no idea how creation date can be later than modification date).
The 'Date' field is the one I need. Os.Stat doesn't contain this field as well.
