Reactor.File.Step.Rm.Result (reactor_file v0.18.3)
View SourceThe result of the rm
step.
Summary
Types
@type t() :: %Reactor.File.Step.Rm.Result{ before_stat: nil | File.Stat.t(), changed?: boolean(), original: Path.t(), path: Path.t() }
The result of the rm
step.
@type t() :: %Reactor.File.Step.Rm.Result{ before_stat: nil | File.Stat.t(), changed?: boolean(), original: Path.t(), path: Path.t() }