About 600 results
Open links in new tab
  1. Filesystem library (since C++17) - cppreference.com

    Jun 9, 2024 · The filesystem library was originally developed as boost.filesystem, was published as the technical specification ISO/IEC TS 18822:2015, and finally merged to ISO C++ as of …

  2. Standard library header <filesystem> (C++17) - cppreference.com

    Nov 27, 2023 · operator const filesystem::path&() const noexcept; bool exists () const; bool exists (error_code & ec) const noexcept; bool is_block_file () const; bool is_block_file (error_code & …

  3. std::filesystem::path - cppreference.com

    Dec 19, 2024 · Objects of type path represent paths on a filesystem. Only syntactic aspects of paths are handled: the pathname may represent a non-existing path or even one that is not …

  4. C++ Standard Library - cppreference.com

    May 11, 2025 · A header is not necessarily a source file, nor are the sequences delimited by < and > in header names necessarily valid source file names. The C++ standard library provides …

  5. std::filesystem::copy_file - cppreference.com

    Sep 4, 2023 · The functions involve at most one direct or indirect call to filesystem::status (to) (used both to determine if the file exists, and, for filesystem::copy_options::update_existing …

  6. std::filesystem::create_directory, std::filesystem::create_directories ...

    Apr 24, 2024 · External libraries [edit] Filesystem library Classes filesystem::path filesystem::filesystem_error filesystem::directory_entry filesystem::directory_iterator …

  7. File input/output - cppreference.com

    Feb 6, 2025 · The <stdio.h> header provides generic file operation support and supplies functions with narrow character input/output capabilities. The <wchar.h> header supplies functions with …

  8. std::filesystem::absolute - cppreference.com

    Sep 4, 2023 · External libraries [edit] Filesystem library Classes filesystem::path filesystem::filesystem_error filesystem::directory_entry filesystem::directory_iterator …

  9. std::filesystem::hash_value - cppreference.com

    Sep 5, 2023 · hash_value originates from the Boost.filesystem library where it was used for interoperability with boost.hash (which calls hash_value found by argument-dependent lookup …

  10. C++ Standard Library headers - cppreference.com

    Apr 26, 2025 · For some of the C standard library headers of the form xxx.h, the C++ standard library both includes an identically-named header and another header of the form cxxx (all …