project/com.nokia.carbide.cpp.epoc.engine/src/com/nokia/carbide/internal/cpp/epoc/engine/model/mmp/MMPView.java
changeset 684 8e7900690341
parent 610 bfb3ab3f70f2
child 1358 b1fb3bf8174e
--- 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);
 		}