open fun rxExists(path: String): Single<Boolean>
Determines whether the file as specified by the path path exists, asynchronously.
path
path - path to the file
Return