.. highlightlang:: us .. _shell_isshortcut: Shell_IsShortcut ================ .. index:: Shell_IsShortcut .. us.tag Shell_IsShortcut NOTREADYGERMAN FILE_MISC New530 :ref:`Shell_IsShortcut` prüft auf Vorhandensein einer Shortcut-Datei (Shell-Link). .. function:: bool = Shell_IsShortcut(ssLinkName, ssFolder) .. us.return **Returnwert** *bool* .. us.params **Parameter** .. uparam:: ssLinkName *ssLinkName* ist der Name des Links (ohne Extension ``.lnk``). Z. B. ``UniPlot``. .. uparam:: ssFolder *ssFolder* ist der komplette Verzeichnisname, siehe :ref:`Shell_GetSpecialFolder`. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Beschreibung * - 5.3.0 - Neu. .. seealso:: :ref:`uberblick-dateien`, :ref:`Shell_CreateShortcut` :sub:`id-925631`