suspend fun FileSystem.openAwait(path: String, options: OpenOptions): AsyncFile
Open the file represented by path, asynchronously.
options - options describing how the file should be opened
Return
a reference to this, so the API can be used fluently *