Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fstream.hpp
Go to the documentation of this file.
1#include <fc/filesystem.hpp>
2#include <string>
3
4namespace fc {
10 void read_file_contents( const fc::path& filename, std::string& result );
11}
wraps boost::filesystem::path to provide platform independent path manipulation.
namespace sysio::chain
Definition authority.cpp:3
void read_file_contents(const fc::path &filename, std::string &result)
Definition fstream.cpp:14