Let's say I have a particular folder I want to move to a different drive. On that drive is a folder of the same name. Both folders have things inside them.
In Windows, when I move the folder, the things in the destination folder will not be affected, unless they have the same names as things in the folder that's being moved. After the move the destination folder will have everything that was in it before and everything that was in the source folder.
In OSX, moving folders is a dangerous thing. OSX will first erase the the destination folder before the move. So after the move, the destination folder will be an exact copy of the source folder, and everything that was in it before the move will be gone.
How can I move folders in OSX like in Windows? I don't want to lose what's in the destination directory.