|
@@ -101,6 +101,8 @@ public:
|
|
|
String GetUserDocumentsDir() const;
|
|
String GetUserDocumentsDir() const;
|
|
|
/// Return the application preferences directory.
|
|
/// Return the application preferences directory.
|
|
|
String GetAppPreferencesDir(const String& org, const String& app) const;
|
|
String GetAppPreferencesDir(const String& org, const String& app) const;
|
|
|
|
|
+ /// Return path of temporary directory. Path always ends with a forward slash.
|
|
|
|
|
+ String GetTemporaryDir() const;
|
|
|
|
|
|
|
|
private:
|
|
private:
|
|
|
/// Scan directory, called internally.
|
|
/// Scan directory, called internally.
|