} else
{
if (file2.exists())
{
System.out.println("could not rename: already exists");
FileComparator fc = new FileComparator();
boolean exact = fc.compare(file, file2);
if (exact)
{
String options[] = { "Delete A", "Delete B", "Ignore", };
String msg = "\n" + "Identical files found in same folder:"
+ "\n" + "" + "\n" + "A: '"