Reactor.File.Step.Chmod.Result (reactor_file v0.18.3)
View SourceThe result of a chmod
step.
Contains the path that was changed, as well as before and after stats.
Summary
Types
@type t() :: %Reactor.File.Step.Chmod.Result{ after_stat: File.Stat.t(), before_stat: File.Stat.t(), changed?: boolean(), path: Path.t() }