View Source Reactor.File.Step.Mkdir (reactor_file v0.3.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 isfalse
.