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()
Public Function IsLinkToFolder As String
public:
String^ IsLinkToFolder()
member IsLinkToFolder : unit -> string
Return Value
Type:
Stringthe 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