Achja, das Problem hab ich übersehen *g*
Dazu gibt es:
Delphi-Quellcode:
.Properties: TShellFolderProperties;
TShellFolderProperty = (fpCut, fpIsLink, fpReadOnly, fpShared, fpFileSystem,
fpFileSystemAncestor, fpRemovable, fpValidate);
TShellFolderProperties = set of TShellFolderProperty;
also dann irgendwie so
if fpIsLink in ShellTreeView1.SelectedFolder.Properties then ...
Wie man die Verknüpfung auflöst, also herrausbekommt wohin die Verknüpfung zeigt, weiss ich nicht.