Tagged Questions
6
votes
8answers
864 views
Performant File Copy in C#?
I have a huge directory of about 500k jpg files, and I'd like to archive all files that are older than a certain date. Currently, the script takes hours to run.
This has a lot to do with the very ...