Shell_GetShortcut returns information about a shell short cut file.
Return Value
svInfo is a string vector with 5 elements:
| svInfo[1] | ssLinkTarget. Complete path to the exe file or a different target. |
| svInfo[2] | ssArgs. Arguments of ssLinkTarget or an empty string. |
| svInfo[3] | ssDescription: Description text or an empty string. |
| svInfo[4] | ssIconPath. Complete Path to the icon file. |
| svInfo[5] | ssIconIndex. Icon index as a string. |
Parameters
ssLinkName is the link name, for example UniPlot 5.2.
ssFolder is the directory, see Shell_GetSpecialFolder.
History
| Version | Description |
|---|---|
| 5.3.0 | New. |
See also
id-1917353