Talking about VFS, how much the file size limit VFS
can handle? So far I tried to read line by line from 
big Txt file (250K - on SDCard) and sometime
applicaton HANG while closing?

Do I need to close the  opened directory too for
closing opened file? I tried to close the directory
where my opened file reside but somehow it returned
err 'bad ref'?

TIA

--- Laurens <[EMAIL PROTECTED]> wrote:
> Ai Lee Tang wrote:
> > 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/



        
                
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

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

Reply via email to