Reactor.File.Step.WriteStat (reactor_file v0.18.3)
View SourceA 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.:time- What format to return the file times in. SeeFile.stat/2for more. Valid values are :universal, :local, :posix The default value is:posix.