Symbolic link
Introduction¶
Create a symbolic link to the file.
Warning
On Windows, you need elevated permissions to create symbolic links, unless Developer Mode is enabled. Otherwise, you can use the Shortcut or Hard link actions.
Options¶
- name: what to name the symbolic link
- overwrite: set to true to will overwrite any already existing file (default:
false
)
Examples¶
{
"type": "symlink",
"name": "Link to this file"
}