1 2 3 4 5 6 7 8
#include <boost/filesystem.hpp> int main(void) { boost::filesystem::copy_file("a", "b"); return 0; }