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

copyAwait

suspend fun FileSystem.copyAwait(from: String, to: String): Unit

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

Parameters

from - the path to copy from

to -

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

Parameters

from - the path to copy from

to - the path to copy to

options -

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.