I need to make a VB app that will read all the file names in a directory and stuff them into an array.
Then once I have all the file names I need to make a web page (HTML) that displays links to all the files in the array.
This directory is all .JPEG files that changes everyday and I need to make an easy way to access them.
My company wants them to be displayed as links on a web page for ease of use.
I am sure it is possible but I don't know how to do it.
Thanks in advance for your help!