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