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