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

copyRecursiveAwait

suspend fun FileSystem.copyRecursiveAwait(from: String, to: String, recursive: Boolean): Unit

Copy a file from the path from to path to, asynchronously.

Parameters

from - the path to copy from

to - the path to copy to

recursive -

handler - the handler that will be called on completion

Returna
reference to this, so the API can be used fluently *