Hi Lawrence, VFS stuff is pretty straight forward. Just use it like stream file system in Windows.
when you use VFSFileOpen() open it with readwrite mode then use VFSFileSeek() to see to the end and start writing your data. you can use VFSFileSeek() to write your data anywhere in the opened file. Hope this helps. regards danny wong www.toysoft.ca ----- Original Message ----- From: "Lawrence Lau" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, November 18, 2003 9:44 AM Subject: append VFS file > Hi, > > Can I open an existing VFS file and append data to the end of the file? If > it can, please tell me how? > > Regards, > Lawrence > > > > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
