I need to write a program that will let you choose an HTML template (that the user creates) and a folder of images, then have the application generate a seperate HTML file for each image in the folder and have it modify the HTML in each individual one to display a seperate image in each file.
So, pretty much what I need is to figure out how to have it:
1. Go through the folder of images, only pick JPEGs, and prepare the list of file names to be used in the next step.
2. Generate the same amount of HTML files as the images, then add the path of one of the images in each file.
Am I making any sense?
Anyway, I'm working in REALbasic and I need this to make a HUGE online portfolio for someone.