Static gio::FILE_ATTRIBUTE_STANDARD_IS_SYMLINK[][src]

pub static FILE_ATTRIBUTE_STANDARD_IS_SYMLINK: Lazy<&'static str>
Expand description

A key in the “standard” namespace for checking if the file is a symlink. Typically the actual type is something else, if we followed the symlink to get the type. On Windows NTFS mountpoints are considered to be symlinks as well. Corresponding FileAttributeType is FileAttributeType::Boolean.