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
)
Public Shared Function GetLinkTarget (
pPath As String
) As String
public:
static String^ GetLinkTarget(
String^ pPath
)
static member GetLinkTarget :
pPath : string -> string
Parameters
- pPath
- Type: SystemString
the path to the link
Return Value
Type:
Stringnull 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