Hi,
In vb.net, how would you search a folder and get it to make a list of the files in the directory and what sub-folders the files are in are in? Then, put the results in a multiline textbox.
The list would look something like if we were searching in C:\foo:
C:\foo\bar.txt
C:\foo\carrots\potatoes.exe
...
Thanks,
James