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.Filetrue
, the target is a file. If FAttr.Directorytrue
, the target is a directory.
public bool IsNtfsLink { get; }