No, as the Palm OS doesn't have a file - system. If you want your files in intern memory, you're going to have to make your own filesystem, based on pdbs and the Data Manager API.
If it's OK to have your files on SD cards, things will be a little easier for you as you can use the VFS API. good luck, Caspar -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anders Rahm-Nilzon Sent: Wednesday, November 05, 2003 1:14 PM To: Palm Developer Forum Subject: Equivalents to standard C routines for PalmOS Is there an equivalent C routine in Palm OS for: fprintf fscanf sscanf fgetc fgets fputs fputs fopen freopen \Anders R-N -- 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/
