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

unlink

open fun unlink(link: String, handler: Handler<AsyncResult<Void>>): FileSystem

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

Return
a reference to this, so the API can be used fluently