I am a new programmer, pls help. The prog I am coding requires me to read write down the path of each folders, subfolder and sub-sub-folders from a specifed main folder.
So for eg. My main folder is (C:\temp\) and inside this folder there are 3 folders, and within each folders there are other sub folders. My output should be:
C:\temp\a
C:\temp\a\abc
C:\temp\a\def
C:\temp\a\ghi
C:\temp\b\abc
C:\temp\b\def
C:\temp\c\abc\abc\def
C:\temp\c\def\abc
So how should I code this? Pls help. ...![]()




Reply With Quote