suspend fun FileSystem.copyRecursiveAwait(from: String, to: String, recursive: Boolean): Unit
Suspending version of method io.vertx.core.file.FileSystem.copyRecursive
recursive
- NOTE: This function has been automatically generated from io.vertx.core.file.FileSystem using Vert.x codegen.