abstract fun exists(path: String, handler: Handler<AsyncResult<Boolean>>): FileSystem
Determines whether the file as specified by the path path exists, asynchronously.
handler - the handler that will be called on completion
Return
a reference to this, so the API can be used fluently