trinaryatom 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now