View Source Reactor.File.Step.Touch (reactor_file v0.15.0)
A step which calls File.touch/2
Arguments
:path(String.t/0) - Required. The path of the file to modify:time- The time to use as mtime and atime
Options
:revert_on_undo?(boolean/0) - Recreate the directory if the Reactor is undoing changes The default value isfalse.