View Source Reactor.File.Step.Ln (reactor_file v0.13.1)
A step which creates a link from existing
to new
.
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 istrue
.:revert_on_undo?
(boolean/0
) - Revert back to the initial state on undo The default value isfalse
.:symbolic?
(boolean/0
) - Create a symbolic link instead of a hard link The default value isfalse
.