Renaming Files in Directory B from Files in Directory A

A slight question with your macro, Chris:

In a case where the source file name and the destination file name are the same except the case varies in a letter or two between the source and destination, I’m finding the case doesn’t change in the destination. In other words, it almost seems to ignore case differences. For instance if the source is

16 Old Granddaddy.wav and the destination is
16 Old granddaddy.wav the destination does not change case.

In fact this second file with the small "g" is a copy after the macro was run. Is there a check of some type that says not to paste if the file name is the same, ignoring case differences? Or would that possibly be a Mac OS autocorrect feature? It seems pretty consistent when all else is the same. If there are any changes other than the case in the file name, then it pastes the name exactly, with the correct case.

Tiny issue and easy to spot and correct in any case.

Thanks and I’m really enjoying the macro!

Tom