diff -r 557efa279676 -r 8e7900690341 project/com.nokia.carbide.cpp.epoc.engine/src/com/nokia/carbide/internal/cpp/epoc/engine/model/mmp/MMPView.java --- a/project/com.nokia.carbide.cpp.epoc.engine/src/com/nokia/carbide/internal/cpp/epoc/engine/model/mmp/MMPView.java Fri Dec 11 10:41:54 2009 -0600 +++ b/project/com.nokia.carbide.cpp.epoc.engine/src/com/nokia/carbide/internal/cpp/epoc/engine/model/mmp/MMPView.java Mon Dec 14 12:59:27 2009 -0600 @@ -784,7 +784,7 @@ String dir = singleArgumentSettings.get(EMMPStatement.TARGETPATH); if (dir == null) return null; - IPath path = new Path(FileUtils.createPossiblyRelativePath(dir).append(name).toOSString()); + IPath path = PathUtils.createPath(FileUtils.createPossiblyRelativePath(dir).append(name).toOSString()); if (FileUtils.isPathInParent(path)) { path = getProjectPath().append(path); }