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

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

t()

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