suspend fun FileSystem.deleteRecursiveAwait(path: String, recursive: Boolean): Unit
Suspending version of method io.vertx.core.file.FileSystem.deleteRecursive
delete recursively?
NOTE: This function has been automatically generated from io.vertx.core.file.FileSystem using Vert.x codegen.