Skip to content

Hard link

Introduction

Create a hard link to the file.

Options

  • dest: where to create the hard link (absolute, or relative to the source file's directory). Supports {key} placeholders (see Loader) resolved at execution time.
  • create: whether to create the destination directory if it doesn't exist (default: true)
  • overwrite: set to true to will overwrite any already existing file (default: false)

Examples

{
    "type": "hardlink",
    "dest": "Link to this file"
}