Click or drag to resize

ShellBrowserGetLinkTarget Method

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

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