Re: VB.Net: Recursive File Searching...
Did anyone ever get a "Could not find a part of the path 'C:\Documents and Settings\All Users\Start Menu\Programs\IBM Softcopy Reader'." I know the dir exists. Weird error, all my research references mapped drives not a local drive. Great code by the way 6 years and still used can't beat that.
Re: VB.Net: Recursive File Searching...
Wouldn't it be appropriate to post code here using Code tags instead of VBCode tags? I always find it difficult to copy / paste code posted with VBCode tags
Re: VB.Net: Recursive File Searching...
Love the code, it is great. I had a question though. If I wanted to exclude certain directories from being searched? Like C:\Program Files or C:\Windows? Might be a stupid question and I missed something simple. Any help would be greatly appreciated. Thanks.