> > I would like to save informations for my app on my palm. > I would like to use FileOpen, FileRead and FileWrite to do that, but it > looks like > the datas are not persistant when I quit my application. > > When I restart my app, and do an FileOpen and FileRead, I don't read the > datas > I write in the last session? > > Is it normal?
No, the data persists if you saved it correctly. Are you setting the correct open mode constants? Be sure to check all the return values and look at the error codes to see if anything strange happens. /einar -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
