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

View Source

The result of a chmod step.

Contains the path that was changed, as well as before and after stats.

Summary

Types

t()

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