Reactor.File.Step.Lstat (reactor_file v0.18.3)

View Source

A step which calls File.lstat/2

Arguments

  • :path (String.t/0) - Required. The path of the file to inspect

Options

  • :time - What format to return the file times in. See File.stat/2 for more. Valid values are :universal, :local, :posix The default value is :posix.