Reactor.File.Step.LnS (reactor_file v0.18.3)

View Source

A step which calls File.ln/2

Arguments

  • :existing (String.t/0) - Required. The path to the existing file

  • :new (String.t/0) - Required. The path to the new file

Options

  • :overwrite? (boolean/0) - Whether or not to overwrite the target if it already exists The default value is true.

  • :revert_on_undo? (boolean/0) - Revert back to the initial state on undo The default value is false.