File.ln
You're seeing just the function
ln
, go back to File module for more information.
Specs
Creates a hard link new
to the file existing
.
Returns :ok
if successful, {:error, reason}
otherwise.
If the operating system does not support hard links, returns
{:error, :enotsup}
.