I am trying to recursively list all files that match a particular file type in Groovy. The example at link text
almost does it. However, it does not list the files in the root folder. Is there a way to modify this to list files in the root folder? Or, is there a different way to do it?
TIA