> I am using Palm OS 5,  I try to create a file stream, the code as
following

> FileHand  fileStream;
> fileStream = FileOpen( 0, "MyPalmFile", 0, 0, fileModeReadWrite, NULL );

This creates a temporary file...

> FileSeek (fileStream, 0, fileOriginBeginning );
> FileWrite(fileStream, name, 1, 20, NULL);
>
> FileClose( fileStream );

... and this deletes it.

> I am using CodeWarrior and Palm Emulator. It should create a file stream,
but I can't find it in my hard driver. Could any expert tell me where it
is??



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

Reply via email to