|
std::string | sequoia::report_failed_read (const std::filesystem::path &file) |
|
std::string | sequoia::report_failed_write (const std::filesystem::path &file) |
|
std::optional< std::string > | sequoia::read_to_string (const std::filesystem::path &file) |
|
void | sequoia::write_to_file (const std::filesystem::path &file, std::string_view text, std::ios_base::openmode mode) |
|
template<std::invocable< std::string & > Fn> |
void | sequoia::read_modify_write (const std::filesystem::path &file, Fn fn) |
|
Utilities for reading/writing to files.