Index: trunk/ab5.0/jenga/include/common/Path.h
===================================================================
--- trunk/ab5.0/jenga/include/common/Path.h	(revision 747)
+++ trunk/ab5.0/jenga/include/common/Path.h	(revision 749)
@@ -39,7 +39,7 @@
 		return driveName;
 	}
-	const std::string &GetDirName() const
+	const std::string GetDirPath() const
 	{
-		return dirName;
+		return driveName + dirName;
 	}
 	const std::string &GetFileName() const
@@ -50,4 +50,8 @@
 	{
 		return ext;
+	}
+	const std::string GetFullFileName() const
+	{
+		return fileName + ext;
 	}
 	const std::string &GetFullPath() const
