File.lstat-exclamation-mark

You're seeing just the function lstat-exclamation-mark, go back to File module for more information.
Link to this function

lstat!(path, opts \\ [])

View Source

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.