helper class with files More...
Static Public Member Functions | |
static MC_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
MC_file_helper mesh_conv::MC_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 |