suspend fun FileSystem.existsAwait(path: String): Boolean
Determines whether the file as specified by the path path exists, asynchronously.
path - path to the file
path
Return a reference to this, so the API can be used fluently *