I have a folder in the same location as my index.html document. Can I make a Javascript function that will go through the files in that folder, then use document.write() to make links to all those files?
What I want is to be able to add or remove files from the folder, and whenever I run the code it will update to have new links to those files.