Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listing file names recursively in VB.Net
Message
 
To
16/03/2005 16:21:37
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
ASP.NET
Category:
Forms
Environment versions
Environment:
VB.NET 1.1
OS:
Windows XP SP1
Miscellaneous
Thread ID:
00996545
Message ID:
00996558
Views:
12
Poof! Here you go...
string[] fileList = System.IO.Direcotory.GetFiles(@"c:\temp\lotsofiles");
foreach(string singleFile in fileList)
{

     Console.WriteLine(singleFile);
}
Previous
Reply
Map
View

Click here to load this message in the networking platform