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

View Source

The result of the rm step.

Summary

Types

t()

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