|
|
|
@ -209,7 +209,9 @@ const boost::filesystem::path &GetDataDir(bool fNetSpecific = true);
@@ -209,7 +209,9 @@ const boost::filesystem::path &GetDataDir(bool fNetSpecific = true);
|
|
|
|
|
boost::filesystem::path GetHTMLDir(); |
|
|
|
|
boost::filesystem::path GetConfigFile(); |
|
|
|
|
boost::filesystem::path GetPidFile(); |
|
|
|
|
#ifndef WIN32 |
|
|
|
|
void CreatePidFile(const boost::filesystem::path &path, pid_t pid); |
|
|
|
|
#endif |
|
|
|
|
void ReadConfigFile(std::map<std::string, std::string>& mapSettingsRet, std::map<std::string, std::vector<std::string> >& mapMultiSettingsRet); |
|
|
|
|
#ifdef WIN32 |
|
|
|
|
boost::filesystem::path GetSpecialFolderPath(int nFolder, bool fCreate = true); |
|
|
|
|