[physfs] What are the real benefits of PhysFS ?

Indy Sams indy at driftsolutions.com
Fri Jul 17 13:27:41 EDT 2009


Hello Daniel,

	No, he's saying using physfs that it will find it with PHYSFS_openRead, etc.

	It's only when adding files/dirs to the path that  you have to worry about the case of the zip file for example: file.zip != FILE.ZIP on Linux, but on Windows file.zip == FILE.ZIP


Friday, July 17, 2009, 12:45:38 PM, you wrote:

DA> so are you saying that while using physfs if you try to find file.txt
DA> it won't find FILE.TXT ?

DA> On Fri, Jul 17, 2009 at 12:41 PM, Ryan C.
DA> Gordon<icculus at icculus.org> wrote:

>>> What file name case issues does it help with?

>> On Windows, file.txt and FILE.TXT are the same thing. On Linux, they are
>> different files. Having all your i/o come out of a zip file avoids this
>> issue (or, at least, limits it to only worrying about getting the case of
>> the .zip file itself right).

>> --ryan.


>> _______________________________________________
>> physfs mailing list
>> physfs at icculus.org
>> http://icculus.org/mailman/listinfo/physfs

DA> _______________________________________________
DA> physfs mailing list
DA> physfs at icculus.org
DA> http://icculus.org/mailman/listinfo/physfs


Best regards,
 Indy Sams
 mailto:indy at driftsolutions.com

 P.S. This is what part of the alphabet would look like if Q & R were eliminated.



More information about the physfs mailing list