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