[202250] serialization of emfdiff is now functionnal
diff --git a/plugins/org.eclipse.emf.compare.ui/src/org/eclipse/emf/compare/ui/wizard/SaveDeltaWizard.java b/plugins/org.eclipse.emf.compare.ui/src/org/eclipse/emf/compare/ui/wizard/SaveDeltaWizard.java
index f464406..9bba9c4 100644
--- a/plugins/org.eclipse.emf.compare.ui/src/org/eclipse/emf/compare/ui/wizard/SaveDeltaWizard.java
+++ b/plugins/org.eclipse.emf.compare.ui/src/org/eclipse/emf/compare/ui/wizard/SaveDeltaWizard.java
@@ -86,7 +86,7 @@
 				modelInputSnapshot.setDiff(input.getDiff());
 				modelInputSnapshot.setMatch(input.getMatch());
 				modelInputSnapshot.setDate(Calendar.getInstance(Locale.getDefault()).getTime());
-				ModelUtils.save(modelInputSnapshot, createdFile.getFullPath().toOSString());
+				ModelUtils.save(modelInputSnapshot, createdFile.getLocation().toOSString());
 			} catch (IOException e) {
 				EMFComparePlugin.log(e, false);
 			}