This is my first question.
Essentially, what I am trying to do is a display a list of local folders on my index.html page, however I am unsure as to how to do so. For example, let's say I have a list of music albums:
folder: Good Charlotte
song.mp3
folder: A Day To Remember
song2.mp3
folder: Green Day
song3.mp3
What I would like to do is to display each folder on the html page and then also be able to click on each one to access the files in the folders.
Thank you very much for your assistance in advance, and if you need any more details please do not hesitate to let me know.