Tagged Questions
1
vote
2answers
303 views
recording all the files in a large directory
I've got a number of directories with a large number of files in them (~10,000). I want to create a list of these files in my app, and have already threaded the io access so that the app doesn't ...