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