How to read filenames from a folder

  • Thread starter Thread starter Holger Vorberg
  • Start date Start date
H

Holger Vorberg

Hi,

anybody knows how to read all filenames or filenames with a specific
extension into an array or something similar ?

Thanks,
Holger Vorberg
 
I forgot to mention: I'm using C#.NET and I'm a newbie concerning that
language.

Thanks,
Holger Vorberg
 
Hi,
take a look at the system.io namespace and Directory.GetDirectories - that
should get you started

Pete
 
Hi,
take a look at the system.io namespace and Directory.GetDirectories - that
should get you started

thanks !
Found it and it works.


Holger Vorberg
 

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