mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
#3377: Correct Poco::Path::configHome() and dataHome() documentation for Windows
This commit is contained in:
@@ -300,13 +300,13 @@ public:
|
|||||||
/// Returns the user's config directory.
|
/// Returns the user's config directory.
|
||||||
///
|
///
|
||||||
/// On Unix systems, this is the '~/.config/'. On Windows systems,
|
/// On Unix systems, this is the '~/.config/'. On Windows systems,
|
||||||
/// this is '%APPDATA%'.
|
/// this is '%APPDATA%' (typically C:\Users\user\AppData\Roaming).
|
||||||
|
|
||||||
static std::string dataHome();
|
static std::string dataHome();
|
||||||
/// Returns the user's data directory.
|
/// Returns the user's data directory.
|
||||||
///
|
///
|
||||||
/// On Unix systems, this is the '~/.local/share/'. On Windows systems,
|
/// On Unix systems, this is the '~/.local/share/'. On Windows systems,
|
||||||
/// this is '%APPDATA%'.
|
/// this is '%LOCALAPPDATA%' (typically C:\Users\user\AppData\Local).
|
||||||
|
|
||||||
static std::string tempHome();
|
static std::string tempHome();
|
||||||
/// Returns the user's temp directory.
|
/// Returns the user's temp directory.
|
||||||
@@ -317,7 +317,7 @@ public:
|
|||||||
/// Returns the user's cache directory.
|
/// Returns the user's cache directory.
|
||||||
///
|
///
|
||||||
/// On Unix systems, this is the '~/.cache/'. On Windows systems,
|
/// On Unix systems, this is the '~/.cache/'. On Windows systems,
|
||||||
/// this is '%APPDATA%'.
|
/// this is the same as tempHome().
|
||||||
|
|
||||||
static std::string temp();
|
static std::string temp();
|
||||||
/// Returns the temporary directory.
|
/// Returns the temporary directory.
|
||||||
|
|||||||
Reference in New Issue
Block a user