Guest mariovargas Posted November 27, 2002 Posted November 27, 2002 Hi all, I've to search for a directory in the whole machine (every local drive). How can I do it with the System.IO? Thanks in advance God Bless. PD. I'm working with C#, but I suppose that a solution in VB should work in C#. Quote
*Gurus* Derek Stone Posted November 28, 2002 *Gurus* Posted November 28, 2002 A recursive function utilizing System.IO.Directory.GetDirectories() and System.IO.Directory.GetFiles() should work quite well. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.