Index: trunk/ab5.0/jenga/src/common/Path.cpp
===================================================================
--- trunk/ab5.0/jenga/src/common/Path.cpp	(revision 477)
+++ trunk/ab5.0/jenga/src/common/Path.cpp	(revision 480)
@@ -1,3 +1,4 @@
 #include <boost/foreach.hpp>
+#include <jenga/include/common/Environment.h>
 #include <jenga/include/common/Path.h>
 
@@ -77,2 +78,6 @@
 	return resultPath;
 }
+std::string Jenga::Common::Path::MakeFullPathByCurrentDirectory( const std::string &relativePath )
+{
+	return MakeFullPath( relativePath, Jenga::Common::Environment::GetCurrentDir() );
+}
