|
iteration on huge amount of files in a folder
Hi, I have a huge amount of files in a folder, and I need to do an iteration for each file in there. Using listFiles() method can throw a out of memory exeception in this case (also using FileFillter won't help). Any idea how to do it ?
|