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

existsAwait

suspend fun FileSystem.existsAwait(path: String): Boolean

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

Parameters

path - path to the file

Return

Boolean

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