Changeset 625 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/BasicCompiler.cpp
- Timestamp:
- May 27, 2008, 9:17:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/BasicCompiler.cpp
r608 r625 211 211 lstrcat(temporary,path+i); 212 212 lstrcpy(path,temporary); 213 }214 std::string GetApplicationBaseFullPath( const std::string &relationalPath )215 {216 char fullPath[1024];217 lstrcpy( fullPath, relationalPath.c_str() );218 GetFullPath( fullPath, Jenga::Common::Environment::GetAppDir() );219 return fullPath;220 213 } 221 214
Note:
See TracChangeset
for help on using the changeset viewer.