Registry / utility / boost-filesystem

boost-filesystem

JSON →
library1.90.0vcpkgunverified

Boost filesystem module provides portable file system operations and path manipulation.

vcpkg install boost-filesystem
INSTALL
IMPORT
SIG · BOOST-FILESYSTEM
B
boost-filesystem
utilitycppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/filesystem.hpp
#include <boost/filesystem.hpp>

Check if a path exists

#include <boost/filesystem.hpp> #include <iostream> int main() { boost::filesystem::path p("/tmp"); if (boost::filesystem::exists(p)) { std::cout << p << " exists" << std::endl; } return 0; }
Debug
Known issues
gotchaBoost.Filesystem requires linking against the boost_filesystem and boost_system libraries.
fix
Link with Boost::filesystem and Boost::system in CMake.
affects: all
Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

boost-filesystem — pip install boost-filesystem · libregistry