Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Boost.Filesystem is a library part of Boost for working with files, like browsing/adding/removing files and folders.
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.