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

fsPropsAwait

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

Suspending version of method io.vertx.core.file.FileSystem.fsProps

Parameters

path - path to anywhere on the filesystem

Return

FileSystemProps

NOTE: This function has been automatically generated from io.vertx.core.file.FileSystem using Vert.x codegen.