open static fun traverse(root: File): MutableList<File>
List all the files from a directory (recursive)
root - the root
root
Return the list of files