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

rxFsProps

open fun rxFsProps(path: String): Single<FileSystemProps>

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

Parameters

path - path to anywhere on the filesystem

Return