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

props

open fun props(path: String, handler: Handler<AsyncResult<FileProps>>): FileSystem

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

handler - the handler that will be called on completion

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