In the standard library, there's File.ln_s <https://hexdocs.pm/elixir/File.html#ln_s/2> but conspicuously absent is File.ln, which would make a hard link as opposed to a symlink. Erlang's standard library supports it <http://erlang.org/doc/man/file.html#make_link-2> in addition to `filemake_symlink`. Is there a reason why this was omitted? I can put together a pull request in a few minutes.
-- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/3a3ae8f8-b67b-4ed4-99c0-a49b5f5bed14%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
