Posted By:
Jeff_Singer
Posted On:
Tuesday, April 30, 2002 03:11 AM
I have a directory with about 4000 files. How do I get a list of the oldest 10 files? In other words, I need to get a file listing for a directory sorted by date
Also I thought of using FileFilters, but I am concerned that each of the 4000 files will be checked to see if they are accepted. What is the speed implication?
Thanks in advance, Jeff Singer