Static gio::FILE_ATTRIBUTE_TIME_MODIFIED
source · pub static FILE_ATTRIBUTE_TIME_MODIFIED: Lazy<&'static str>
Expand description
A key in the “time” namespace for getting the time the file was last modified.
Corresponding FileAttributeType
is FileAttributeType::Uint64
, and
contains the time since the file was modified, in seconds since the UNIX
epoch.