Monero
Loading...
Searching...
No Matches
file_io_utils.h File Reference
#include <string>
#include <ctime>
#include <cstdint>
Include dependency graph for file_io_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  epee
 TODO: (mj-xmr) This will be reduced in an another PR.
namespace  epee::file_io_utils

Functions

bool epee::file_io_utils::is_file_exist (const std::string &path)
bool epee::file_io_utils::save_string_to_file (const std::string &path_to_file, const std::string &str)
bool epee::file_io_utils::load_file_to_string (const std::string &path_to_file, std::string &target_str, size_t max_size=1000000000)