helper class with files More...
Static Public Member Functions | |
| static file_helper | copy (const std::string &input_filename, const std::string &output_filename) |
| copy the content of a file into an other one | |
helper class with files
| file_helper cpe::file_helper::copy | ( | const std::string & | input_filename, |
| const std::string & | output_filename | ||
| ) | [static] |
copy the content of a file into an other one
| std::string& | the name of the file to copy |
| std::string& | the name of the file receiving the copy |