I have a folder which contains various subfolders (as seen in the graphic below). I am only interested in getting the list of contents for all subfolders labeled 'calculation'
Visual Example:
So I want to start my search from root, recursively checking each directory. How can I accomplish this is Java 6?