Function ShellLinkResolve() Foundation
Resolves a link object of the Windows Shell.
ShellLinkResolve( <cLinkFile> ) --> <cLinkTarget>
The return value of ShellLinkResolve() is the path and file name of the target pointed to by the Shell link object.
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() .
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.