open fun rxLink(link: String, existing: String): Single<Void>
Create a hard link on the file system from link to existing, asynchronously.
link
existing
link - the link
existing - the link destination
Return