suspend fun FileSystem.readDirAwait(path: String): List<String>
Suspending version of method io.vertx.core.file.FileSystem.readDir
Return
NOTE: This function has been automatically generated from io.vertx.core.file.FileSystem using Vert.x codegen.
suspend fun FileSystem.readDirAwait(path: String, filter: String): List<String>
Suspending version of method io.vertx.core.file.FileSystem.readDir
filter
- the filter expression
Return
NOTE: This function has been automatically generated from io.vertx.core.file.FileSystem using Vert.x codegen.