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

rxProps

open fun rxProps(path: String): Single<FileProps>

Obtain properties for the file represented by path, asynchronously.

If the file is a link, the link will be followed.

Parameters

path - the path to the file

Return