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

linkAwait

suspend fun FileSystem.linkAwait(link: String, existing: String): Unit

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

Parameters

link - the link

existing -

the link destination

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