I'm on a local HTML doc and aim to access a folder and scan through the folder adding each file name into a Javascript array
For example, I have a folder called Videos with
VideoA.mp4 VideoB.mp4
How would I then get a Javascript Array with [0] = VideoA.mp4 and [1] = VideoB.mp4 ?
Thanks in advance, please ask any questions If I didn't make myself clear!