Static gio::FILE_ATTRIBUTE_TRASH_DELETION_DATE
source · pub static FILE_ATTRIBUTE_TRASH_DELETION_DATE: &GStr
Expand description
A key in the “trash” namespace for getting the deletion date and time
of a file inside the trash:///
folder.
The format of the returned string is YYYY-MM-DDThh:mm:ss
.
Corresponding FileAttributeType
is FileAttributeType::String
.