Function ShellLinkCreate() Foundation
Create a Shell link object.
ShellLinkCreate( <cLinkTarget>, <cLinkFile>, [<cWorkingDir>],;
[<cCmdArgs>], [<cDescr>] ) --> <lSuccess>
ShellLinkCreate() returns a logical value that indicates whether the link could be created. In this case, the value .T. (true) is returned. In case of an error, return is .F. (false).
The function ShellLinkCreate() can be used by an Xbase++ application to create a Shell link object. A link object points to another file or folder and can be placed independently of its target object. Links are frequently used to allow quick access to files or folders.
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.