Quote: Raymond Terrific @ August 25 2012, 5:54 PM BSTActually Windows file names ARE case sensitive, if there are two files with the same name but different case. Frankly that is far more likely to cause confusion and bugs, especially for people not used to paying attention to case because they use Windows. It's one of those things where an attempt to make something simple actually makes it much more complicated.
As far as I am aware, that can only happen if a programmer is careless in programming a file save operation, probably because they came from a Unix environment. i.e failing to check whether or not a file exists before saving a new one.
The file naming system that we use today with folder names and sub-folder names separated by / with a final filename, was invented on the Atlas/Titan system in Cambridge UK in the early 1960's and as far as I am aware the file names were case insensitive. ( ! ). At least one of the authors of Unix had been at Cambridge UK and copied the concept into Unix, so they should have made it case insensitive, but PDP8 computers were tiny. I think they had 4096 words of 12 bits.
Windows did a lot of things wrong in implementing aspects of Unix, but case insensitivity was not part of that. Windows was always case insensitive due to its CP/M & DOS origins.
( ! ) I can't confirm this it seems without spending money, because it all happened long before the free things of the Internet.
http://dl.acm.org/citation.cfm?id=1465508&dl=ACM&coll=DL&CFID=108078302&CFTOKEN=84264704