View Single Post
Old 10-21-2010, 07:01 AM   #11
Valloric
Created Sigil, FlightCrew
Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.
 
Valloric's Avatar
 
Posts: 1,982
Karma: 350515
Join Date: Feb 2008
Device: Kobo Clara HD
Quote:
Originally Posted by Toxaris View Post
Actually file names in Windows are case-sensitive. However, usually Windows ignores it because it assumes that the one working with it regards it as case-insensitive.
Sometimes the case-sensitive beast puts up his head...
This is wrong. Windows uses a case-insensitive, but case-preserving filesystem. Meaning that it will store "ExaMple.txt" as such, but querying for "example.TXT" will give you that original file. This also means that you can't rename "ExaMple.txt" to "example.TXT" because Windows will see it as the same filename. You can't rename something to itself.
Valloric is offline   Reply With Quote