File.read_link-exclamation-mark

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

read_link!(path)

View Source (since 1.5.0)

Specs

read_link!(Path.t()) :: binary()

Same as read_link/1 but returns the target directly, or raises a File.Error exception if an error is returned.