Is it possible to create a text file (.txt format) onto palm? I know, there is an object, API File stream can be used for opening, writing a file. I wonder when a file is created what format will it be.
Strictly speaking, you can't really create "pure" files in memory, you always have to work with databases. The FileStream API operations are backed by a database, with the actual data being stored in one or more records.
To create "real" files, you have to store the data on a memory card and use the VFS API.
Regards -Laurens
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
