Static gio::FILE_ATTRIBUTE_DOS_REPARSE_POINT_TAG[][src]

pub static FILE_ATTRIBUTE_DOS_REPARSE_POINT_TAG: Lazy<&'static str>
This is supported on crate feature v2_60 only.
Expand description

A key in the “dos” namespace for getting the file NTFS reparse tag. This value is 0 for files that are not reparse points. See the Reparse Tags page for possible reparse tag values. Corresponding FileAttributeType is FileAttributeType::Uint32.