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

openAwait

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

Open the file represented by path, asynchronously.

Parameters

path - path to the file

options - options describing how the file should be opened

handler -

Returna
reference to this, so the API can be used fluently *