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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top