Boost.Filesystem
boost::filesystem provides portable file and directory operations — path manipulation,
boost::filesystem provides portable file and directory operations — path manipulation,
The filesystem library (C++17) provides portable facilities for manipulating files and directories. It replaces platform-specific APIs and C-style file operations with a modern, type-safe interface.