ShellBrowserGetLinkTarget Method |
Returns the target a windows file link (.lnk file) is pointing to.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 String
- the path to the link
Return Value
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