Enumerating files within a folder

  • Thread starter Thread starter Ted Reilly
  • Start date Start date
T

Ted Reilly

Hi.

Not sure if 1st message posted .. how do I enumerate all
the files within a named folder? Have used Delphi's
FileNext function in the past to do this.

TED
 
Have you tried the Directory.GetFiles() method?
The DIrectory class is found in the System.IO namespace.

/ricky
 
Back
Top