Copies an existing file to a new file.
public static void copy( 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 or if the destination file exists.
Use the copyOver method to allow an existing file to be overwritten.