Function ShellLinkResolve() Foundation

Resolves a link object of the Windows Shell.

Syntax
ShellLinkResolve( <cLinkFile> ) --> <cLinkTarget>
Parameters
<cLinkFile>
A character string with the file name of the link object. If the file does not reside in the current directory, <cLinkFile> must include a fully-qualified path.
Return

The return value of ShellLinkResolve() is the path and file name of the target pointed to by the Shell link object.

Description

The function ShellLinkResolve() can be used by an Xbase++ application to determine the path and file name of the target pointed to by a Shell link object.

An example for resolving a Shell link can be found with the function ShellLinkCreate() .

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.