Skip to content

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

  • dest: where to create the shortcut (the ".lnk" will automatically be added if not already present). Supports {key} placeholders (see Loader) resolved at execution time.
  • overwrite: set to true to will overwrite any already existing shortcut file (default: false)

Examples

{
    "type": "shortcut",
    "dest": "Shortcut to this file"
}