[physfs] physfs tutorial

Ryan C. Gordon icculus at clutteredmind.org
Thu Jan 15 14:11:33 EST 2004


> > Note that in test_physfs, it's not escaped, though.
> 
> I thought escapes were a construct of C strings, not of a library?  Or 
> did you mean something else?

Yes, I mean that we don't parse filenames like a C compiler would in
test_physfs, so if you punched in:
 
  addarchive "C:\\blah\\mydata.zip" 1

test_physfs would throw up on that.

--ryan.






More information about the physfs mailing list