appOutputPath = myInstance.generateOutputPath(myApplication.winOutputPath());
} else if (myHost.osType().equals("MACOSX")) {
appOutputPath = myInstance.generateOutputPath(myApplication.macOutputPath());
}
if (!safeEquals(myInstance.outputPath(), appOutputPath)) {
return _diffString;
}
return _emptyString;
}