I want to list each file and directory contained in the directory and subdirectories of this directory. If I chose C: \ as a directory, the program will receive every name of each file and folder on the hard drive to which it had access.
The list may look like
fd \ 1.txt
fd \ 2.txt
fd \ a \
fd \ b \
fd \ a \ 1.txt
fd \ a \ 2.txt
fd \ a \ a \
fd \ a \ b \
fd \ b \ 1.txt
fd \ b \ 2.txt
fd \ b \ a
fd \ b \ b
fd \ a \ a \ 1.txt
fd \ a \ a \ a \
fd \ a \ b \ 1.txt
fd \ a \ b \ a
fd \ b \ a \ 1.txt
fd \ b \ a \ a \
fd \ b \ b \ 1.txt
fd \ b \ b \ a
c # directory subdirectories
derp_in_mouth Sep 08 '12 at 16:24 2012-09-08 16:24
source share