I want to write an app that copies files from one directory to another, but only copies files that already exist in the to directory, overwrite them.
Any ideas?