(C++) Boost.Filesystem
August 17, 2019 · View on GitHub
Boost.Filesystem is a library part of Boost for working with files, like browsing/adding/removing files and folders.
Boost.Filesystem examples

Boost.Filesystem example 1: count C++
webpages
Boost.Filesystem example 2: count C++
webpages, GUI
GetCurrentFolder
GetFilesInFolder
GetCppFilesInFolder
GetPath
boost::filesystem::copy_file
Note for Qt Creator users
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