vertx / io.vertx.kotlin.core.file / io.vertx.core.file.FileSystem / readSymlinkAwait

readSymlinkAwait

suspend fun FileSystem.readSymlinkAwait(link: String): String

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

Parameters

link - the link

handler - the handler that will be called on completion

Returna
reference to this, so the API can be used fluently *