I am trasferring some old ‘inhouse’ html sites to a new system.
The current folder structure is that all htmls of all sites are in one folder, and all the images of all those site are in /images folder.
Ofcourse i need to have seperate folders for each html and its images.
Just before writing some code to do the Job : Is anyone familiar with some library, solution or any idea to automate this without writing code?
Well, needed to write some parsing code for that as i found no utility that could do that specificly.