Fabcoin Core
0.16.2
P2P Digital Currency
|
Go to the source code of this file.
Namespaces | |
dev | |
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by René Nyffenegger. | |
Functions | |
void | dev::setDataDir (std::string const &_dir) |
Sets the data dir for the default ("ethereum") prefix. More... | |
std::string | dev::getDataDir (std::string _prefix="ethereum") |
std::string | dev::getDefaultDataDir (std::string _prefix="ethereum") |
void | dev::setIpcPath (std::string const &_ipcPath) |
Sets the ipc socket dir. More... | |
std::string | dev::getIpcPath () |
Definition in file FileSystem.h.