Ethereum  PoC-8
The C++ Implementation of Ethereum
FileSystem.h File Reference
#include <string>
#include <boost/filesystem.hpp>

Go to the source code of this file.

Namespaces

 dev
 

Functions

void dev::setDataDir (boost::filesystem::path const &_dir)
 Sets the data dir for the default ("ethereum") prefix. More...
 
boost::filesystem::path dev::getDataDir (std::string _prefix="ethereum")
 
boost::filesystem::path dev::getDefaultDataDir (std::string _prefix="ethereum")
 
void dev::setIpcPath (boost::filesystem::path const &_ipcPath)
 Sets the ipc socket dir. More...
 
boost::filesystem::path dev::getIpcPath ()
 
boost::filesystem::path dev::appendToFilename (boost::filesystem::path const &_orig, std::string const &_suffix)
 

Detailed Description

Authors
Eric Lombrozo elomb.nosp@m.rozo.nosp@m.@gmai.nosp@m.l.co.nosp@m.m Gav Wood i@gav.nosp@m.wood.nosp@m..com
Date
2014

Definition in file FileSystem.h.