Fabcoin Core  0.16.2
P2P Digital Currency
Namespaces | Functions
FileSystem.h File Reference
#include <string>
#include "CommonIO.h"
Include dependency graph for FileSystem.h:
This graph shows which files directly or indirectly include this file:

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 ()
 

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.