Static gio::FILE_ATTRIBUTE_DOS_IS_ARCHIVE [−][src]
pub static FILE_ATTRIBUTE_DOS_IS_ARCHIVE: Lazy<&'static str>
Expand description
A key in the “dos” namespace for checking if the file’s archive flag
is set. This attribute is true
if the archive flag is set. This attribute
is only available for DOS file systems. Corresponding FileAttributeType
is FileAttributeType::Boolean
.