Here is a snatch of .Net (3.5) C# code to recursively trawl through a Windows file system. I wrote this so that I could add some flexibility (not shown) to the .GetFiles() method of the System.IO.Directory class. It’s easy enough to add some code to throw out files and folders that you’re not interested in, [...]
Filed under: Computing | Tagged: .Net, C# | Leave a Comment »