I'm using the FILE_COPY command and some of the destination files already exist, which causes the command to stop.
I can test for this using FILE_TEST, or I can use the /overwrite option, but is there any way to get FILE_COPY alone to simply ignore these existing files and only copy the new ones? I have a feeling I'm missing a very simple switch somewhere, but can't find it in the help...
|