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.0
Syntax
public string IsLinkToFolder()

Return Value

Type: 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