hi guys is anyone have an idea how to find total no of files and folder under perticular path..


I have thought of
VB Code:
  1. Directory.GetFiles("..").Length
but how to use it in deep hierarchy...


thanks