vertx / io.vertx.rxjava.core.file / FileSystem / exists

exists

open fun exists(path: String, handler: Handler<AsyncResult<Boolean>>): FileSystem

Determines whether the file as specified by the path path exists, asynchronously.

Parameters

path - path to the file

handler - the handler that will be called on completion

Return
a reference to this, so the API can be used fluently