trinaryatom 0 Posted June 24, 2011 Report Share Posted June 24, 2011 (edited) Just wondering where i can find something that will create a XML file of all the files in a folder.For example: If I have 200 images in a folder. I want to hit one button and create an XML that looks like this. <FOLDER> <IMAGE> <NAME> img00001.jpg </NAME> </IMAGE> <IMAGE> <NAME> img00002.jpg </NAME> </IMAGE>ectectectect x 195</FOLDER> I would prefer that i could click a button on my home computer to do this.Edit:It doesnt have to look exactly like that it can also be some like<FILE name="img00001.jpg"/><FILE name="img00002.jpg"/>ectect Edited June 24, 2011 by trinaryatom Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.