mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 11:05:03 +02:00
add Windows compliant implementation of XDG Base Directory Specification
This commit is contained in:

committed by
Alex Fabijanic

parent
eaaf2296f0
commit
43c44aacbb
@@ -33,7 +33,9 @@ public:
|
||||
static std::string configHomeImpl();
|
||||
static std::string dataHomeImpl();
|
||||
static std::string cacheHomeImpl();
|
||||
static std::string tempHomeImpl();
|
||||
static std::string tempImpl();
|
||||
static std::string configImpl();
|
||||
static std::string nullImpl();
|
||||
static std::string systemImpl();
|
||||
static std::string expandImpl(const std::string& path);
|
||||
|
Reference in New Issue
Block a user