I'm brainstorming how to back up a Palm device. Can anybody see anything I'm missing here?
1) Use DmGetDatabase() to index through all the databases on the device and store them somewhere 2) Use the FtrGetByIndex() to record all the featuers that exist on the device and store them somewhere 3) Use VFSVolumeEnumerate and VFSDirEnumerate to recursively find every file on every card on the device, and store them somewhere. "store them somewhere" is a black box, I'm not really concerned with the details yet. Moreso, my purpose in this query is to ensure that I have backed up the ENTIRE Palm device and haven't missed a single byte. What do you think? Thanks very much! -Jeff Ishaq Ishaqjunk AT hotmail DOT com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
