Griff has a good point.
If you asked because you think the file could end up with ~2 or (2) appended, if the file name already existed, you don't know vfp COPY overwrites files, the target file will have 1:1 the source file name, unless perhaps some unicode is involved. And that is an extra concern, but quite untypical.
You get a safety question, if you SET SAFETY ON. If it's OFF think a bit before turning it on. In general safety is a good concept of course, but SAFETY ON causes lots of security questions also when handing tags, zapping a table or cursor etc. The good developer knows when to temporarily set safety off and take caution to eg not zap any important data, but especially the typical user response to not allow deletion/overwriting can also be a bad choice, eg keeping an outdated file and prevent a new backup, a reindex etc.
Bye, Olaf.