Static gio::FILE_ATTRIBUTE_STANDARD_IS_VOLATILE[][src]

pub static FILE_ATTRIBUTE_STANDARD_IS_VOLATILE: Lazy<&'static str>
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.