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

deleteAwait

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

Suspending version of method io.vertx.core.file.FileSystem.delete

Parameters

path -

path to the file

NOTE: This function has been automatically generated from io.vertx.core.file.FileSystem using Vert.x codegen.