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

View Source

A step which calls File.chmod/2

Arguments

  • :mode (pos_integer/0) - Required. The mode to set the file to

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

Options

  • :revert_on_undo? (boolean/0) - Change the file mode back to the original value on undo? The default value is false.