17#ifndef __file_copy_h__
18#define __file_copy_h__
31 inline void copy (
const std::string& source,
const std::string& destination)
34 DEBUG (
"copying file \"" + source +
"\" to \"" + destination +
"\"...");
37 MMap output (destination,
true);
void create(const std::string &filename, int64_t size=0)
void copy(const std::string &source, const std::string &destination)
void check_app_exit_code()