I want to create a page that can add any of the files added to a specific folder to a list, as a link that will be able to open the file. Is there a way to do this without typing out each file name in a list with a link?
Right now I need to add each file as <li><a href="fileName.pdf"> File Name<a><li>
but I would need to add more code every time a file is added.
Is this even possible?