Property NoShortcutFollow
NoShortcutFollow
Gets or sets whether to direct the dialog to return the path and file name of the selected shortcut file, not its target as it does by default.
bool NoShortcutFollow { get; set; }
Property Value
Remarks
Currently this flag is only implemented in Windows and MacOs (where it prevents aliases from being resolved). The non-dereferenced link path is always returned, even without this flag, under Linux and so using it there doesn't do anything.