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

unlinkAwait

suspend fun FileSystem.unlinkAwait(link: String): Unit

Unlinks the link on the file system represented by the path link, 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 *