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

deleteRecursiveAwait

suspend fun FileSystem.deleteRecursiveAwait(path: String, recursive: Boolean): Unit

Deletes the file represented by the specified path, asynchronously.

Parameters

path - path to the file

recursive - delete recursively?

handler - the handler that will be called on completion

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