Case-sensitivity and Dir

I noticed a couple of mentions of this in the archives, but no resolutions (or even definitive
statements).

On windows (and similar) systems, shouldn’t Dir[".xbx"] and Dir[".XBX"] be identical?

No big deal, I figure… I’ll just set $= to true, right? Wrong. Apparently this doesn’t affect
whatever Dir uses to match filenames… doh!

I’d hate to think I have to make all of my strings upper|lower case… one of the requirements of
this script is to be EXTREMELY readable… even adding that small bit of overhead is frowned upon.

Jason