Shortcut
Introduction¶
Create a Windows shortcut (LNK file) to the file.
Note
This action is Windows-only. On other systems, see the Symbolic link or Hard link actions.
Options¶
- name: what to name the shortcut (the ".lnk" will automatically be added if not already present)
- overwrite: set to true to will overwrite any already existing shortcut file (default:
false
)
Examples¶
{
"type": "shortcut",
"name": "Shortcut to this file"
}