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

fsProps

open fun fsProps(path: String, handler: Handler<AsyncResult<FileSystemProps>>): FileSystem

Returns properties of the file-system being used by the specified path, asynchronously.

Parameters

path - path to anywhere on the filesystem

handler - the handler that will be called on completion

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