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

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