suspend fun FileSystem.readFileAwait(path: String): Buffer
Reads the entire file as represented by the path path as a , asynchronously.
path - path to the file
path
Return a reference to this, so the API can be used fluently *