Reactor.File.Step.WriteFile.Result (reactor_file v0.18.3)

View Source

The result of a write step.

Returns the path that was modified, plus the before and after stats.

Summary

Types

t()

@type t() :: %Reactor.File.Step.WriteFile.Result{
  after_stat: File.Stat.t(),
  before_stat: File.Stat.t(),
  changed?: boolean(),
  original: Path.t(),
  path: Path.t()
}