Keep file names characters case

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
sas2000
Power Member
Power Member
Posts: 682
Joined: 2003-02-07, 04:32 UTC
Location: Galiza

Keep file names characters case

Post 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.
User avatar
MarcinW
Power Member
Power Member
Posts: 852
Joined: 2012-01-23, 15:58 UTC
Location: Poland

Post by *MarcinW »

As far as I remember, the Windows operating system handles this case in this way...
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post 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.
Post Reply