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

openAwait

suspend fun FileSystem.openAwait(path: String, options: OpenOptions): AsyncFile

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

Parameters

path - path to the file

options - options describing how the file should be opened

Return

AsyncFile

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