Click or drag to resize

ShellBrowserIsLinkToFolder Method

Checks if the currently active object is a link/shortcut to another folder and returns the path to it.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public string IsLinkToFolder()

Return Value

String
The path to the link target, if the currently active object is a link. An empty string if the currently active object is not a shortcut, or the destination is invalid.
See Also