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