Comments by user "kmarty"
Registered since: April 1, 2010
Merge folders option when copying/moving
@centris650: I disagree. "Merge" button should be the same like already existing commands cp (copy) or mv (move) in Terminal.
It is not a diff function, it is a copy/move with only existing files rewriting.
Merge folders option when copying/moving
Wrote on July 15, 2010, 7:08am
Last sentence is probably bad written.
I mean when I have source folder "A" which contain a file "a.txt" and somewhere i have destination folder "A" which contain files "a.txt" and "b.txt", then only "a.txt" will be overwritten by source file "a.txt" when I copy source folder "A" to the same place where destination folder "A" is. File "b.txt" remain in destination folder "A" as is. Source folder "A" is unchanged, of course.