27 #include <boost/filesystem.hpp> 33 void setDataDir(boost::filesystem::path
const& _dir);
35 boost::filesystem::path
getDataDir(std::string _prefix =
"ethereum");
39 void setIpcPath(boost::filesystem::path
const& _ipcPath);
44 boost::filesystem::path
appendToFilename(boost::filesystem::path
const& _orig, std::string
const& _suffix);
boost::filesystem::path getDataDir(std::string _prefix="ethereum")
boost::filesystem::path getDefaultDataDir(std::string _prefix="ethereum")
boost::filesystem::path getIpcPath()
void setDataDir(boost::filesystem::path const &_dir)
Sets the data dir for the default ("ethereum") prefix.
void setIpcPath(boost::filesystem::path const &_ipcPath)
Sets the ipc socket dir.
boost::filesystem::path appendToFilename(boost::filesystem::path const &_orig, std::string const &_suffix)