PhysicsFS error: "Write directory is not set"

Started by
1 comment, last by _leech_ 18 years, 4 months ago
Using PhysicsFS v1.0.1, PHYSFS_getLastError gives me that error message whenever i try to open a file with PHYSFS_openWrite and PHYSFS_openAppend. What exactly does it mean? Thanks.
Advertisement
It probably means that you haven't called PHYSFS_setWriteDir().
Quote:Original post by SiCrane
It probably means that you haven't called PHYSFS_setWriteDir().


Can't believe i missed that function in the documentation, thanks!

This topic is closed to new replies.

Advertisement