Page 1 of 1

Keep file names characters case

Posted: 2013-12-17, 14:06 UTC
by sas2000
 
Hi, if i copy  FILE.TXT  overwritting another file called  file.txt  then overwritted file is called  file.txt  and IMHO it should be  FILE.TXT , thanks.

Posted: 2013-12-17, 20:55 UTC
by MarcinW
As far as I remember, the Windows operating system handles this case in this way...

Posted: 2013-12-18, 11:47 UTC
by MVV
Windows doesn't change case of existing filenames. Try in console:

Code: Select all

echo.>1.txt
copy 1.txt 2.TXT
copy 1.txt 2.txt
Or in Explorer: paste a file into folder where file with such name in another case already exists.

And it is really useful that TC also doesn't. I replace files and use this case-preserving feature very often.