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

deleteRecursiveAwait

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

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

Parameters

path - path to the file

recursive -

delete recursively?

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