Create hard links in Julia - Is there another way than via external command run()?

Hi all!

Is there a Julia function/way to create a hard link to a file like the ln command under linux?

In the moment I only can do that via the run() cmd.
I didn’t find anything in the Docs besides symlink().

As always - THX for reading and your helpful hints.

You might be right - I just created https://github.com/JuliaLang/julia/issues/41574

2 Likes