W William Ryan Dec 29, 2003 #3 If you mean walk through a directory and list its contents, this should help you: http://www.knowdotnet.com/articles/recursivedirectorysearch.html Just use ListBox.Items.Add(f.FullName); instead of the debug.writeline
If you mean walk through a directory and list its contents, this should help you: http://www.knowdotnet.com/articles/recursivedirectorysearch.html Just use ListBox.Items.Add(f.FullName); instead of the debug.writeline