File.chown-exclamation-mark
You're seeing just the function
chown-exclamation-mark
, go back to File module for more information.
Specs
chown!(Path.t(), non_neg_integer()) :: :ok
Same as chown/2
, but raises a File.Error
exception in case of failure.
Otherwise :ok
.