A portable, flexible file i/o abstraction.
Go to file
Ryan C. Gordon 2392ca1aa3 Favor /proc/self/exe over argv[0] on Linux, to match other platforms.
We don't favor searching the $PATH, though, since that relies on argv[0] too.
2012-03-23 04:54:20 -04:00
docs Make sure base dir always has a dirsep at the end of it. 2012-03-23 04:14:01 -04:00
extras Added PHYSFS_getPrefDir(). 2012-03-21 23:30:50 -04:00
src Favor /proc/self/exe over argv[0] on Linux, to match other platforms. 2012-03-23 04:54:20 -04:00
test test_physfs's "stat" command now respects unknown file times (-1). 2012-03-23 03:30:16 -04:00
.hgignore Added .hgignore ... 2009-03-28 18:15:35 -04:00
CMakeLists.txt Let's gamble that everything has assert.h. 2012-03-19 20:27:28 -04:00
LICENSE.txt Replaced zlib with a hacked up copy of miniz: http://code.google.com/p/miniz/ 2012-03-10 02:31:58 -05:00
README.txt Moved directory structure around. 2009-03-27 15:10:42 -04:00

README.txt

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

  http://icculus.org/physfs/

Please see the docs directory for documentation, licensing, and information.