J. Scott Elblein
Well-known member
Hey all,
Been a while since I was dev'ing in VB/C# and wondering if anything has changed for the better that I haven't heard about yet, when it comes to searching a hard drive for files.
Context:
I'm about to start developing a "cleaner" type of app that scours hard drives for specific file types, and also containing strings in the file name itself, so I may also need to add some RegEx'ing for each file name as well (we'll see). Naturally, with the TB sized drives these days, this could take a LONG time, so I'm wondering if there's a super-speedy way to do this? I'm trying to get this as close to "instant" as possible. Perhaps searching through the Shadow Copies, or something?
TIA
Been a while since I was dev'ing in VB/C# and wondering if anything has changed for the better that I haven't heard about yet, when it comes to searching a hard drive for files.
Context:
I'm about to start developing a "cleaner" type of app that scours hard drives for specific file types, and also containing strings in the file name itself, so I may also need to add some RegEx'ing for each file name as well (we'll see). Naturally, with the TB sized drives these days, this could take a LONG time, so I'm wondering if there's a super-speedy way to do this? I'm trying to get this as close to "instant" as possible. Perhaps searching through the Shadow Copies, or something?
TIA
Last edited: