View Source Reactor.File.Step.Mkdir (reactor_file v0.9.0)

A step which calls File.mkdir/1 or File.mkdir_p/1.

Arguments

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

Options

  • :minus_p (boolean/0) - Whether or not to create any missing intermediate directories The default value is false.

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