Changeset 456 for branches/0.6-stable/lib/utility.h
- Timestamp:
- Aug 21, 2007, 9:56:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.6-stable/lib/utility.h
r430 r456 53 53 /// 54 54 int access_rights(const std::string& path,const std::string& bits); 55 56 /** 57 @brief Copy file \a source to \a target. 58 59 @throw std::runtime_error when read error of \a source or write 60 error for \a target is encountered. 61 */ 62 void copy_file(const std::string& source, const std::string& target); 55 63 56 64 ///
Note: See TracChangeset
for help on using the changeset viewer.