Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
boost::filesystem::copy_file is a Boost.Filesystem file I/O function to copy a file.
#include <cassert> |
Add the following line to your project file (to prevent the link error undefined reference to 'boost::system::get_system_category()'):
LIBS += -lboost_system -lboost_filesystem |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.