https://github.com/elixir-lang/elixir/pull/5755 -- PR opened.
On Friday, February 10, 2017 at 1:33:13 AM UTC-5, Liam Bowen wrote: > > 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/79510e6c-eb36-4477-820d-03375d20da53%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
