"Monika Kauntz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Help. > > I am trying to use the file streaming functions to open a .pdb file that I > created using par.exe. > Here is the command line entry I used to create the .pdb file: > > par c -a "stream" filname.pdb name type cid filename >
Monika, The name of the file on the device is the "name" parameter not the "filname.pdb" parameter. "filename.pdb" is the name of the file on the PC only. Do not append a ".pdb" on to the file name you are trying to open (unless of course that the "name" you passed to PAR included a ".pdb" extension). You also mentioned "I have passed in a path and filename" but must remember that the internal storage of the Palm does not use a file system and has no concept of "path". You need to specify a path when working with files on VFS storage, but not when working with internal storage. David Thacker -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
