vertx / io.vertx.kotlin.core.file / io.vertx.core.file.FileSystem / fsPropsAwait

fsPropsAwait

suspend fun FileSystem.fsPropsAwait(path: String): FileSystemProps

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

Returna
reference to this, so the API can be used fluently *