vertx / io.vertx.reactivex.core.file / FileSystem / rxOpen

rxOpen

open fun rxOpen(path: String, options: OpenOptions): Single<AsyncFile>

Open the file represented by path, asynchronously.

The file is opened for both reading and writing. If the file does not already exist it will be created.

Parameters

path - path to the file

options - options describing how the file should be opened

Return