Static gio::FILE_ATTRIBUTE_ACCESS_CAN_WRITE [−][src]
pub static FILE_ATTRIBUTE_ACCESS_CAN_WRITE: Lazy<&'static str>
Expand description
A key in the “access” namespace for getting write privileges.
Corresponding FileAttributeType is FileAttributeType::Boolean.
This attribute will be true if the user is able to write to the file.