Click or drag to resize

ShellBrowserGetLinkTarget Method

Returns the target a windows file link (.lnk file) is pointing to.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public static string GetLinkTarget(
	string pPath
)

Parameters

pPath
Type: SystemString
the path to the link

Return Value

Type: String
null if an error occured. if the file is not link, but a folder or file the empty string is returned. The absolute path to the referenced filename otherwise.
See Also