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

View Source

The result of a mkdir_p step.

Contains the path being changed, and the stats before and after the change.

Summary

Types

t()

@type t() :: %Reactor.File.Step.MkdirP.Result{
  after_stat: File.Stat.t(),
  before_stat: File.Stat.t(),
  changed?: boolean(),
  created: [Path.t()],
  path: Path.t()
}