searching

  1. J. Scott Elblein

    Question Latest "best/fastest" way to search for files?

    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...
  2. V

    Recursive file searching

    Hi. I have some code which recursively searches for files on a folder. The problem is I want it to change a boolean value once it has completed. I don't mean once it gets to the end of the sub, I mean once it's literally finished. I had to code it the way it is otherwise I would have gotten...
Back
Top