Changeset 2725
- Timestamp:
- Mar 1, 2009, 8:14:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/ConfigFileManager.cc
r2710 r2725 234 234 if (boost::filesystem::exists(defaultFilepath)) 235 235 { 236 COUT(3) << "Copied " << this->filename_ << " from the defaultConfig folder." << std::endl; 236 237 boost::filesystem::copy_file(defaultFilepath, filepath); 238 std::string testfilename = std::string("__") + this->filename_; 239 boost::filesystem::copy_file(defaultFilepath, filepath.branch_path() / testfilename); 237 240 } 238 241 }
Note: See TracChangeset
for help on using the changeset viewer.