My web app follows a standard folder structure which includes:
- css
- js
- img
- assets
- lib
In addition, I have an index.html file.
Within the assets folder, there are various plain text files. I am looking to use JavaScript to list the filenames in order to save the URIs into the model for future access within the application. All of this needs to be handled on the client side.