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.
options - options describing how the file should be opened
Return