Connecting Tech Pros Worldwide Help | Site Map

reading files in folders

Rabso
Guest
 
Posts: n/a
#1: Nov 22 '05
how to make loop of unknown files in folder and display it
Jan Tielens
Guest
 
Posts: n/a
#2: Nov 22 '05

re: reading files in folders


What are "unknown files"?

--
Greetz,
Jan
________________________
Read my weblog: http://weblogs.asp.net/jan

"Rabso" <anonymous@discussions.microsoft.com> schreef in bericht
news:05a501c3ce05$9692b060$a501280a@phx.gbl...[color=blue]
> how to make loop of unknown files in folder and display it[/color]


William Ryan
Guest
 
Posts: n/a
#3: Nov 22 '05

re: reading files in folders


If you mean walk through a directory and list its contents, this should help
you:

http://www.knowdotnet.com/articles/r...orysearch.html

Just use ListBox.Items.Add(f.FullName); instead of the debug.writeline
"Rabso" <anonymous@discussions.microsoft.com> wrote in message
news:05a501c3ce05$9692b060$a501280a@phx.gbl...[color=blue]
> how to make loop of unknown files in folder and display it[/color]


Closed Thread