helper class with files
More...
|
static file_helper | copy (const std::string &input_filename, const std::string &output_filename) |
| copy the content of a file into an other one More...
|
|
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
- Returns
- an instance of file_helper
- Parameters
-
std::string& | the name of the file to copy |
std::string& | the name of the file receiving the copy |
The documentation for this class was generated from the following files:
- /home/damien/work/2013_2014_teaching/2014_04_modelisation/2014_04_modelisation/spline/modelisation_tp2_parametrique_partie_1/libinterface/string_helper.hpp
- /home/damien/work/2013_2014_teaching/2014_04_modelisation/2014_04_modelisation/spline/modelisation_tp2_parametrique_partie_1/libinterface/string_helper.cpp