Hi folks,
I've come across a strange behaviour of Finder when copying a folder over another with the same name. I'm using 10.4.11.
Say I have a folder named "Test" and it contains "File1" and "File2" and I copy it over another folder named "Test", which contains "File3" and "File4".
After copying I would expect folder "Test" to contain all four files, but it doesn't! It will only contain the two that I copied over, the original two will be deleted.
Is there any way to have finder replace files of the same name when copying and retain all other files in the destination folder?
Before:
/Test/
After:
/Test/
Desired:
/Test/
I've come across a strange behaviour of Finder when copying a folder over another with the same name. I'm using 10.4.11.
Say I have a folder named "Test" and it contains "File1" and "File2" and I copy it over another folder named "Test", which contains "File3" and "File4".
After copying I would expect folder "Test" to contain all four files, but it doesn't! It will only contain the two that I copied over, the original two will be deleted.
Is there any way to have finder replace files of the same name when copying and retain all other files in the destination folder?
Before:
/Test/
File3, File4
After:
/Test/
File1, File2
Desired:
/Test/
File1, File2, File3, File4