Table of Contents

Property NoShortcutFollow

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.

public virtual bool NoShortcutFollow { get; set; }

Property Value

bool

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.