I have an org.eclipse.core.resources.IFolder file. I need to go through all the files in this folder. (I also need to do some SAX stuff for each file, but I don't want to load the EMF model because it is too slow)
What is the best way to get a list of all the files in this folder and subfolders?
source share