|
Storing data permanently
I am writing a program that compares images. I need to permanently store the images along with some data for these images. What is the best way to do it. Can i use xml to store the images along with corresponding data. Or should i just store the images in a folder and have a text file with the path names of the images and their data which can be read in at startup. Any other ideas for solutions will be much appreciated.
|