Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
CopyFile is a file I/O code snippet to copy a file.
If the target file location already exists, this version will overwrite it.
#include <cassert> |
If the target file location already exists, this version will throw an exception.
#include <cassert> |
For if you develop using C++ Builder.
#include <SysUtils.hpp> //VCL specific |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.