-
Search within vb.net
I am trying to code a search function to find documents in my program documents folder. Not on my C drive.
Want this search to be on part of a word or whole words but only within the visual studio 2005 programs documents folder. I'm using vb.net.
Once search result found " If multiple can go to the one you want and open the document"
-
The Directory and DirectoryInfo classes both have a GetFiles method that accepts search patterns and can be easily used for what you are trying to do.