{"id":60090,"library":"boost-filesystem","title":"Boost.Filesystem","description":"Boost filesystem module provides portable file system operations and path manipulation.","status":"active","version":"1.90.0","language":"cpp","source_language":null,"source_url":null,"tags":["boost","filesystem","path","io"],"install":[{"cmd":"vcpkg install boost-filesystem","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(boost_filesystem CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE Boost::filesystem)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"boost/filesystem.hpp","correct":"#include <boost/filesystem.hpp>"}],"quickstart":{"code":"#include <boost/filesystem.hpp>\n#include <iostream>\n\nint main() {\n    boost::filesystem::path p(\"/tmp\");\n    if (boost::filesystem::exists(p)) {\n        std::cout << p << \" exists\" << std::endl;\n    }\n    return 0;\n}","lang":"cpp","description":"Check if a path exists"},"warnings":[{"fix":"Link with Boost::filesystem and Boost::system in CMake.","message":"Boost.Filesystem requires linking against the boost_filesystem and boost_system libraries.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'boost':2,13 'boost.filesystem':1 'file':7 'filesystem':3,14 'io':16 'manipul':12 'modul':4 'oper':9 'path':11,15 'portabl':6 'provid':5 'system':8","created_at":"2026-06-16T19:16:10.010501+00:00","updated_at":"2026-06-16T19:16:10.010501+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}