vertx / io.vertx.core.file / FileSystem / readDirBlocking

readDirBlocking

abstract fun readDirBlocking(path: String): MutableList<String>

Blocking version of #readDir(String, Handler)

abstract fun readDirBlocking(path: String, filter: String): MutableList<String>

Blocking version of #readDir(String, String, Handler)