File.lstat-exclamation-mark
You're seeing just the function
lstat-exclamation-mark
, go back to File module for more information.
Specs
lstat!(Path.t(), stat_options()) :: File.Stat.t()
Same as lstat/2
but returns the File.Stat
struct directly,
or raises a File.Error
exception if an error is returned.