Static gio::FILE_ATTRIBUTE_TRASH_DELETION_DATE [−][src]
pub static FILE_ATTRIBUTE_TRASH_DELETION_DATE: Lazy<&'static str>
Expand description
A key in the “trash” namespace. When requested against
items in trash:///
, will return the date and time when the file
was trashed. The format of the returned string is YYYY-MM-DDThh:mm:ss.
Corresponding FileAttributeType
is FileAttributeType::String
.