.. highlightlang:: us .. _shell_deleteshortcut: Shell_DeleteShortcut ==================== .. index:: Shell_DeleteShortcut .. us.tag Shell_DeleteShortcut NOTREADYENGLISH FILE_MISC New530 :ref:`Shell_DeleteShortcut` removes a shell short cut. .. function:: bool = Shell_DeleteShortcut(ssLinkName, ssFolder) .. us.return **Return Value** *bool* .. us.params **Parameters** .. uparam:: ssLinkName *ssLinkName* is the link name, for example ``UniPlot 5.2``. .. uparam:: ssFolder *ssFolder* is the directory, see :ref:`Shell_GetSpecialFolder`. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.3.0 - New. .. seealso:: :ref:`overview-files`, :ref:`Shell_CreateShortcut` :sub:`id-454323`