Static gio::FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT [−][src]
pub static FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT: Lazy<&'static str>
Expand description
A key in the “unix” namespace for checking if the file represents a
UNIX mount point. This attribute is true
if the file is a UNIX mount
point. Since 2.58, /
is considered to be a mount point.
This attribute is only available for UNIX file systems.
Corresponding FileAttributeType
is FileAttributeType::Boolean
.