Ignore:
Timestamp:
Aug 21, 2007, 9:56:06 AM (16 years ago)
Author:
Jari Häkkinen
Message:

Refs #251.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.6-stable/lib/utility.h

    r430 r456  
    5353  ///
    5454  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);
    5563
    5664  ///
Note: See TracChangeset for help on using the changeset viewer.