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

symlinkAwait

suspend fun FileSystem.symlinkAwait(link: String, existing: String): Unit

Create a symbolic link on the file system from link to existing, asynchronously.

Parameters

link - the link

existing - the link destination

handler - the handler that will be called on completion

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