A portable, flexible file i/o abstraction.
Go to file
Ryan C. Gordon 3b7ee3974c Don't set readonly if PHYSFS_stat()'ing something not in the write dir.
This API is meant to report what the archivers think about an item and not
actually tell you if a PHYSFS_openWrite() will succeed on it.
2017-08-14 02:46:07 -04:00
docs apple: Start using some Cocoa APIs, clean up a few related things. 2017-08-08 03:36:56 -04:00
extras ignorecase.c: use PHYSFS_utf8stricmp() now. 2017-08-11 01:39:58 -04:00
src Don't set readonly if PHYSFS_stat()'ing something not in the write dir. 2017-08-14 02:46:07 -04:00
test Fixed another compiler warning. 2017-07-17 15:53:09 -04:00
.hgignore Added .hgignore ... 2009-03-28 18:15:35 -04:00
CMakeLists.txt apple: Start using some Cocoa APIs, clean up a few related things. 2017-08-08 03:36:56 -04:00
LICENSE.txt Removed warning in LICENSE.txt about PhysicsFS 0.1.9 being LGPL code. 2017-07-17 12:29:13 -04:00
README.txt Minor documentation updates. 2017-07-22 13:48:31 -04:00

README.txt

PhysicsFS; a portable, flexible file i/o abstraction.

  https://icculus.org/physfs/

Please see the docs directory for documentation.

Please see LICENSE.txt for licensing information.