Shell_GetShortcutΒΆ

Shell_GetShortcut returns information about a shell short cut file.

svInfo = Shell_GetShortcut(ssLinkName, ssFolder)

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

ssLinkName is the link name, for example UniPlot 5.2.

ssFolder

ssFolder is the directory, see Shell_GetSpecialFolder.

History

Version Description
5.3.0 New.

id-1917353