vertx / io.vertx.reactivex.core.file / FileSystem / rxExists

rxExists

open fun rxExists(path: String): Single<Boolean>

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

Parameters

path - path to the file

Return