Copies an existing file to a new or existing file.
public static void copyOver( String sourceFileName, String destFileName )
sourceFileName
The name of the file to copy.
destFileName
The name of the destination file to copy to.
WinIOException thrown if an error occurs.
Unlike the copy method, this method does not raise an exception if the destination file exists.