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

createFileAwait

suspend fun FileSystem.createFileAwait(path: String): Unit

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

Parameters

path -

path to the file

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

suspend fun FileSystem.createFileAwait(path: String, perms: String): Unit

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

Parameters

path - path to the file

perms -

the permissions string

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