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

symlinkAwait

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

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

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.