I wonder if there is a tool that will list file / directory (i.e. take a snapshot of the folder and file structure) like the following:
audio
mp3
song1.mp3
some other song.mp3
audio books
7 habits.mp3
video
samples
up.mov
cars.mov
in other words, in a tree structure.
The Unix command ls -R or ls -lR can do something similar, except it won't list it indented in a tree structure