suspend fun FileSystem.existsAwait(path: String): Boolean
Suspending version of method io.vertx.core.file.FileSystem.exists
path - path to the file
path
Return
Boolean
NOTE: This function has been automatically generated from io.vertx.core.file.FileSystem using Vert.x codegen.