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

writeFileAwait

suspend fun FileSystem.writeFileAwait(path: String, data: Buffer): Unit

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

Parameters

path - path to the file

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