"Miken" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> I want to add some data to the end of the file.I call VFSFileOpen with
> vfsModeWrite|vfsModeCreate,then I call VFSFileWrite.I find it remove all
> existing data before writing.
> Why?
>
>
>
Miken,

you have to use
vfsModeReadWrite|vfsModeCreate
              !!!!!!

then seek to the end of the file, ignore the error you get (on Palm, not on
Pose), then write your data.

Good luck
Horst



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to