Static gio::FILE_ATTRIBUTE_STANDARD_IS_VOLATILE
source · pub static FILE_ATTRIBUTE_STANDARD_IS_VOLATILE: &GStr
Expand description
A key in the “standard” namespace for checking if a file is
volatile. This is meant for opaque, non-POSIX-like backends to
indicate that the URI is not persistent. Applications should look
at FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET
for the persistent URI.
Corresponding FileAttributeType
is FileAttributeType::Boolean
.