Hi..I need to write a java program that will "iterate" over a set of files (*.xml) in a given directory. For each file I need to open it up and readin the xml contents...do some processing on it and close then rename or delete the file.
I am wondering if I should use an Enumeration or Iterator or is that overkill and there is a much simpler way?
Thank You.
Alex-
I am wondering if I should use an Enumeration or Iterator or is that overkill and there is a much simpler way?
Thank You.
Alex-