suspend fun FileSystem.moveAwait(from: String, to: String): Unit
Suspending version of method io.vertx.core.file.FileSystem.move
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.moveAwait(from: String, to: String, options: CopyOptions): Unit
Suspending version of method io.vertx.core.file.FileSystem.move
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.