vertx / io.vertx.config.spi.utils / FileSet / traverse

traverse

open static fun traverse(root: File): MutableList<File>

List all the files from a directory (recursive)

Parameters

root - the root

Return
the list of files