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