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
 
Back
Top