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

deleteAwait

suspend fun FileSystem.deleteAwait(path: String): Unit

Deletes the file represented by the specified path, asynchronously.

Parameters

path - path to the file

handler - the handler that will be called on completion

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