api / org.gradle.api.file / FileTree / getFiles

getFiles

abstract fun getFiles(): MutableSet<File>

Overrides FileCollection.getFiles

Returns the contents of this tree as a flattened Set.

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