View Source Reactor.File.Step.Rm (reactor_file v0.13.1)
A step which calls File.rm/1
.
Arguments
:path
(String.t/0
) - Required. The path of the directory to create
Options
:revert_on_undo?
(boolean/0
) - Recreate the directory if the Reactor is undoing changes The default value isfalse
.