630 |
fs::copy_file(pathSrc, pathDest, fs::copy_option::overwrite_if_exists); |
630 |
fs::copy_file(pathSrc, pathDest, fs::copy_options::overwrite_existing); |
631 |
LogPrintf("copied %s to %s\n", strFile, pathDest.string()); |
631 |
LogPrintf("copied %s to %s\n", strFile, pathDest.string()); |