Reactor.File.Step.Rm (reactor_file v0.18.3)
View SourceA step which calls File.rm/1
Arguments
:path
(String.t/0
) - Required. The path of the directory to remove
Options
:revert_on_undo?
(boolean/0
) - Replace the removed file if the Reactor is undoing changes The default value isfalse
.