Vivian Chen wrote: > Err err; > FileHand h = FileOpen(0, "test.txt", 0, 0, fileModeReadWrite, &err);
> It returns no error. And 'h' gets a handle of the file. > The file "test.txt" is not existed in the disk actually. > The 5th parameter shows that it would create a new file. > But I can't find the file on my disk. What disk? You're creating a RAM-based file stream. POSE can export any RAM file to the host computer. Dunno about Simulator. Luc Le Blanc -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
