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

copyRecursiveAwait

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

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

Parameters

from - the path to copy from

to - the path to copy to

recursive - NOTE: This function has been automatically generated from io.vertx.core.file.FileSystem using Vert.x codegen.