Static gio::FILE_ATTRIBUTE_TIME_CREATED
source · pub static FILE_ATTRIBUTE_TIME_CREATED: Lazy<&'static str>
Expand description
A key in the “time” namespace for getting the time the file was created.
Corresponding FileAttributeType
is FileAttributeType::Uint64
,
and contains the time since the file was created, in seconds since the UNIX
epoch.
This may correspond to Linux stx_btime
, FreeBSD st_birthtim
, NetBSD
st_birthtime
or NTFS ctime
.