Changeset 480 in dev for trunk/ab5.0/jenga/src/common/Path.cpp
- Timestamp:
- Apr 6, 2008, 10:03:28 PM (17 years ago)
- Location:
- trunk/ab5.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0
- Property svn:externals
-
old new 4 4 abdev/build/debug/system http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/system 5 5 abdev/build/debug/theme http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/theme 6 abdev/build/release/ablib http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/ablib 7 abdev/build/release/runtime http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/runtime 8 abdev/build/release/system http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/system 9 abdev/build/release/theme http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/theme 6 abdev/build/release http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0
-
- Property svn:externals
-
trunk/ab5.0/jenga/src/common/Path.cpp
r477 r480 1 1 #include <boost/foreach.hpp> 2 #include <jenga/include/common/Environment.h> 2 3 #include <jenga/include/common/Path.h> 3 4 … … 77 78 return resultPath; 78 79 } 80 std::string Jenga::Common::Path::MakeFullPathByCurrentDirectory( const std::string &relativePath ) 81 { 82 return MakeFullPath( relativePath, Jenga::Common::Environment::GetCurrentDir() ); 83 }
Note:
See TracChangeset
for help on using the changeset viewer.