View Source Reactor.File.Step.Lstat (reactor_file v0.15.0)
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. SeeFile.stat/2for more. Valid values are :universal, :local, :posix The default value is:posix.