Monero
Functions
epee::file_io_utils Namespace Reference

Functions

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

Function Documentation

◆ is_file_exist()

bool epee::file_io_utils::is_file_exist ( const std::string &  path)

◆ load_file_to_string()

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

◆ save_string_to_file()

bool epee::file_io_utils::save_string_to_file ( const std::string &  path_to_file,
const std::string &  str 
)