[EMAIL PROTECTED] wrote:
I am trying to read a text file from the SD card.  Any pointers / code
samples would be very handy.

I have been trying to read through the documentation and I am really
confused as to what I need to do... (VFS, Expansion Manager Volumes
arghhh... it should be as easu as FileOpen!!)

No, FileOpen() is for File Streams, which are the pseudo-files that
are encapsulated in databases that are on board the device.
FileOpen() can never be used to open files on a VFS volume.  For
that, you want VFSFileOpen(), which is a completely separate
function.

  - Logan

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

Reply via email to