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.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 shortcut, or the destination is invalid.
See Also