mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 23:07:56 +02:00
add some methods to Poco::Path for make it easy to follow XDG Base Directory Specification
This commit is contained in:

committed by
Alex Fabijanic

parent
275275baa9
commit
b59329034f
@@ -32,8 +32,10 @@ public:
|
||||
static std::string homeImpl();
|
||||
static std::string configHomeImpl();
|
||||
static std::string dataHomeImpl();
|
||||
static std::string tempHomeImpl();
|
||||
static std::string cacheHomeImpl();
|
||||
static std::string tempImpl();
|
||||
static std::string configImpl();
|
||||
static std::string nullImpl();
|
||||
static std::string expandImpl(const std::string& path);
|
||||
static void listRootsImpl(std::vector<std::string>& roots);
|
||||
|
Reference in New Issue
Block a user