vertx / io.vertx.reactivex.core.file / FileSystem / rxReadSymlink

rxReadSymlink

open fun rxReadSymlink(link: String): Single<String>

Returns the path representing the file that the symbolic link specified by link points to, asynchronously.

Parameters

link - the link

Return