View Source Reactor.File.Step.WriteStat (reactor_file v0.15.0)
A step which calls File.write_stat/2
Arguments
:path(String.t/0) - Required. The path to modify:stat(struct of typeFile.Stat) - Required. The stat to write
Options
:revert_on_undo?(boolean/0) - Revert to the original state if the Reactor is undoing changes The default value isfalse.