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

readDirAwait

suspend fun FileSystem.readDirAwait(path: String): List<String>

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

Parameters

path - path to the file

Return

List

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

Parameters

path - path to the directory

filter - the filter expression

Return

List

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