File.ln-exclamation-mark

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

ln!(existing, new)

View Source (since 1.5.0)

Specs

ln!(Path.t(), Path.t()) :: :ok

Same as ln/2 but raises a File.LinkError exception if it fails. Returns :ok otherwise.