[physfs] open for append & seek & write?

Ryan C. Gordon icculus at icculus.org
Mon Mar 31 16:27:43 EDT 2008


> PHYSFS_openAppend does not delete file contents, but it ALWAYS write
> at the end of the file. Is it a bug or feature?

It starts writing at the start of the file (hence: "append"), but you 
should be able to seek back. If you can't, it's a PhysicsFS bug.

(What platform was this?)

--ryan.




More information about the physfs mailing list