Reactor.File.Step.Rmdir.Result
(reactor_file v0.18.4)
View Source
The result of a rmdir step.
Returns the path that was removed and the original File.Stat before the
directory was removed.
Summary
Types
@type t() :: %Reactor.File.Step.Rmdir.Result{ after_stat: nil, before_stat: nil | File.Stat.t(), changed?: boolean(), path: Path.t() }