&quot;Or if you (or someone else) decides to port your application later?&quot;<br><br>Port to a OS with a case-insensitive filesystem, that is.<br><br>But as I said, this creates a LOT of problems and should be avoided at all costs.<br>
<br><div class="gmail_quote">2009/7/17 Tim Čas <span dir="ltr">&lt;<a href="mailto:darkuranium@gmail.com">darkuranium@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You should NEVER EVER name files like that (even if you&#39;re not a programmer) - because, what happens when you, say, copy the files onto an USB drive with a FAT partition that Windows would read? (remember: Win is not case-sensitive)<br>

<br>Or if you (or someone else) decides to port your application later?<br><br><div class="gmail_quote">2009/7/17 Daniel Aquino <span dir="ltr">&lt;<a href="mailto:mr.danielaquino@gmail.com" target="_blank">mr.danielaquino@gmail.com</a>&gt;</span><div>
<div></div><div class="h5"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">If physfs is not case sensitive then what happens when your on unix<br>
and you have FILE.txt and file.txt in the same folder ?<br>
<div><div></div><div><br>
On Fri, Jul 17, 2009 at 1:29 PM, Daniel Aquino&lt;<a href="mailto:mr.danielaquino@gmail.com" target="_blank">mr.danielaquino@gmail.com</a>&gt; wrote:<br>
&gt; hm ok so your saying that physfs works in a non case sensitive<br>
&gt; manner... that would infact fix problems on linux...<br>
&gt;<br>
&gt; On Fri, Jul 17, 2009 at 1:27 PM, Indy Sams&lt;<a href="mailto:indy@driftsolutions.com" target="_blank">indy@driftsolutions.com</a>&gt; wrote:<br>
&gt;&gt; Hello Daniel,<br>
&gt;&gt;<br>
&gt;&gt;        No, he&#39;s saying using physfs that it will find it with PHYSFS_openRead, etc.<br>
&gt;&gt;<br>
&gt;&gt;        It&#39;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<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Friday, July 17, 2009, 12:45:38 PM, you wrote:<br>
&gt;&gt;<br>
&gt;&gt; DA&gt; so are you saying that while using physfs if you try to find file.txt<br>
&gt;&gt; DA&gt; it won&#39;t find FILE.TXT ?<br>
&gt;&gt;<br>
&gt;&gt; DA&gt; On Fri, Jul 17, 2009 at 12:41 PM, Ryan C.<br>
&gt;&gt; DA&gt; Gordon&lt;<a href="mailto:icculus@icculus.org" target="_blank">icculus@icculus.org</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; What file name case issues does it help with?<br>
&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Windows, file.txt and FILE.TXT are the same thing. On Linux, they are<br>
&gt;&gt;&gt;&gt; different files. Having all your i/o come out of a zip file avoids this<br>
&gt;&gt;&gt;&gt; issue (or, at least, limits it to only worrying about getting the case of<br>
&gt;&gt;&gt;&gt; the .zip file itself right).<br>
&gt;&gt;<br>
&gt;&gt;&gt;&gt; --ryan.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; physfs mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:physfs@icculus.org" target="_blank">physfs@icculus.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://icculus.org/mailman/listinfo/physfs" target="_blank">http://icculus.org/mailman/listinfo/physfs</a><br>
&gt;&gt;<br>
&gt;&gt; DA&gt; _______________________________________________<br>
&gt;&gt; DA&gt; physfs mailing list<br>
&gt;&gt; DA&gt; <a href="mailto:physfs@icculus.org" target="_blank">physfs@icculus.org</a><br>
&gt;&gt; DA&gt; <a href="http://icculus.org/mailman/listinfo/physfs" target="_blank">http://icculus.org/mailman/listinfo/physfs</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Best regards,<br>
&gt;&gt;  Indy Sams<br>
&gt;&gt;  mailto:<a href="mailto:indy@driftsolutions.com" target="_blank">indy@driftsolutions.com</a><br>
&gt;&gt;<br>
&gt;&gt;  P.S. This is what part of the alphabet would look like if Q &amp; R were eliminated.<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; physfs mailing list<br>
&gt;&gt; <a href="mailto:physfs@icculus.org" target="_blank">physfs@icculus.org</a><br>
&gt;&gt; <a href="http://icculus.org/mailman/listinfo/physfs" target="_blank">http://icculus.org/mailman/listinfo/physfs</a><br>
&gt;&gt;<br>
&gt;<br>
_______________________________________________<br>
physfs mailing list<br>
<a href="mailto:physfs@icculus.org" target="_blank">physfs@icculus.org</a><br>
<a href="http://icculus.org/mailman/listinfo/physfs" target="_blank">http://icculus.org/mailman/listinfo/physfs</a><br>
</div></div></blockquote></div></div></div><br>
</blockquote></div><br>