PDA

View Full Version : File copies / Case differences


Michael Bulgrien
28-Feb-2008, 12:12 PM
\\Server1\Path\FILE Being Compared.txt
\\Server2\Path\File being compared.txt

Scenario 1:

Two folders, two different versions of the same file. Case in Long Filenames are different. When I copy from one side to the other, the filenames remain different.

Suggestion: After a file copy in a Windows environment, check to see if the target file has the same case letters as the source file and, if not, rename the target file to match the source file (or prompt the user to ask whether or not the filename should be "touched").

Scenario 2:

Same file exists in two different paths, but one has been renamed using different case letters:

http://mysite.verizon.net/bulgrien/jing/Case.png

It would be nice if there were a way to touch the filename on one side to match the filename on the other without copying the file or manually renaming the file.

Tim
29-Feb-2008, 02:55 PM
Thanks for the suggestions. I believe the standard convention is that replacing a file doesn't change its filename case. We may be adding a "Copy Special" command that offers additional options and perhaps we can add "Copy filename case". And perhaps a "Copy from other side" could be added to the Rename dialog.

We'll add these to the wishlist.

Marjolein Katsma
03-Mar-2008, 03:21 AM
I believe the standard convention is that replacing a file doesn't change its filename case.Yes, in Windows at least, if you copy a file over another with the same name where only case is different, the file name retains the case of the pre-existing copy.

That said, an extra option to do it differently (effectively following file copy with a rename) might be handy.