suspend fun FileSystem.copyAwait(from: String, to: String): Unit
Suspending version of method io.vertx.core.file.FileSystem.copy
the path to copy to
NOTE: This function has been automatically generated from io.vertx.core.file.FileSystem using Vert.x codegen.
suspend fun FileSystem.copyAwait(from: String, to: String, options: CopyOptions): Unit
Suspending version of method io.vertx.core.file.FileSystem.copy
options describing how the file should be copied
NOTE: This function has been automatically generated from io.vertx.core.file.FileSystem using Vert.x codegen.