Get files in the current folder and in the sub-folders

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'd like to know how to get the files in the current folder as well as in
the sub-folders?

Thanks

Li
 
Hi,
Use Directory.GetFiles(). You have to implement recursive type function to
get the listing on subfolders and their subfolders and so on.


Hi,

I'd like to know how to get the files in the current folder as well as in
the sub-folders?

Thanks

Li
 

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