Java Roots October 6, 2018 Evert Wagenaar Leave a comment File[] roots = File.list(); for (int i=0; i<roots.length; i++) { process(roots[i]); }