suspend fun FileSystem.openAwait(path: String, options: OpenOptions): AsyncFile
Suspending version of method io.vertx.core.file.FileSystem.open
options
- options describing how the file should be opened
Return
NOTE: This function has been automatically generated from io.vertx.core.file.FileSystem using Vert.x codegen.