Click or drag to resize

ShellBrowserIsLinkToFolder Method

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

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
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 link.
See Also