Checking files in folder selected by folderbrowserdialog

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

Guest

Hello,

Can someone help me with this problem.
I select an folder using an folderbrowserdialog. I want to check if the
selected folder
contains any files or folders. If it does, i want to check the extensions
of each file.
Afterwards i want to check each subfolder. This goes on until i've checked
each folder and file.
Thank you for your time.
 
A simple recursive routine which uses Directory.GetFiles will work in my
opinion.

-Atul, Sky Software http://www.ssware.com
Shell MegaPack For ActiveX & .Net - Windows Explorer Like Shell UI Controls
 
Back
Top