getFiles

abstract fun getFiles(): Set<File>(source)

Returns the contents of this tree as a flattened Set.

The order of the files in a FileTree is not stable, even on a single computer.

Return

The files. Returns an empty set if this tree is empty.