You can do a search by using the DirectoryInfo.GetFiles and
DirectoryInfo.GetDirectories. Take a look at the class I posted here:
http://groups.google.com/group/micr...l=en&lnk=gst&q=zacks&rnum=13#c6135c3c82347084
Once you enumerate the root folder, you can then use a for/each loop
on the Files property to find the file. Just load a FileInfo object
with each file and then look at the Name property there to look for
the file you are looking for.