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.