Property FAttr.IsNtfsLink
Overload
It is a NTFS link, such as symbolic link, junction or mount point. Don't confuse with shell links (shortcuts).
If FAttr.File true
, the target is a file. If FAttr.Directory true
, the target is a directory.
public bool IsNtfsLink { get; }