open fun rxReadSymlink(link: String): Single<String>
Returns the path representing the file that the symbolic link specified by link points to, asynchronously.
link
link - the link
Return