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

View Source

A step which calls File.rmdir/1

Arguments

  • :path (String.t/0) - Required. The path of the directory to remove

Options

  • :revert_on_undo? (boolean/0) - Recreate the directory if the Reactor is undoing changes The default value is false.