6 #ifndef IROHA_FILES_HPP 7 #define IROHA_FILES_HPP 12 #include <boost/filesystem/path.hpp> 36 const boost::filesystem::path &path);
44 const boost::filesystem::path &path);
46 #endif // IROHA_FILES_HPP iroha::expected::Result< std::string, std::string > readTextFile(const boost::filesystem::path &path)
Definition: files.cpp:63
Definition: result_fwd.hpp:27
std::shared_ptr< Logger > LoggerPtr
Definition: logger_fwd.hpp:22
Definition: block_query.hpp:15
void remove_dir_contents(const boost::filesystem::path &dir, const logger::LoggerPtr &log)
Definition: files.cpp:32
iroha::expected::Result< std::vector< uint8_t >, std::string > readBinaryFile(const boost::filesystem::path &path)
Definition: files.cpp:69