Add JSON API to determine config directory

This commit is contained in:
Gioacchino Mazzurco 2022-04-07 10:58:24 +02:00
parent ce99b41bb2
commit 450027bfa2
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -251,6 +251,8 @@ public:
* @brief ConfigDirectory (usually ~/.retroshare) you can call this method
* even before initialisation (you can't with some other methods)
* @see RsAccountsDetail::PathBaseDirectory()
* @jsonapi{development,unauthenticated}
* @return a string containing the path
*/
static std::string ConfigDirectory();