How to get list of subfolders within one folder

  • Thread starter Thread starter rachit.goyal
  • Start date Start date
R

rachit.goyal

Hi All,
How can I retrieve list of all subfolder within one folder? I want
retrieve this list using path of input folder. I want to achieve this
in windows form application using VC++.

Regards,
Rachit
 
Hi Rachit,

Hi All,
How can I retrieve list of all subfolder within one folder? I want
retrieve this list using path of input folder. I want to achieve this
in windows form application using VC++.

Have a look at System::IO::Directory::GetDirectories
 

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