** Generate file entries in a directory and sub-directories under

  • Thread starter Thread starter jeff
  • Start date Start date
J

jeff

Dear all

i would like to create a program which allow user to specify a particular
directory.
then the program will generate all file entries (e.g. *.bmp) in the
specified directory and all subdirectories under it.
how can i generate the file entries according to the req ?

many thanks
 
Look at the System.IO namespace. In particular the GetDirectories and
GetFiles methods.
 
Back
Top