suspend fun FileSystem.existsAwait(path: String): Boolean
Determines whether the file as specified by the path path exists, asynchronously.
handler
- the handler that will be called on completion
Returna
reference to this, so the API can be used fluently *