Skip to main content

2 docs tagged with "filesystem"

View all tags

Boost.Filesystem

boost::filesystem provides portable file and directory operations — path manipulation,

Filesystem Library

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.