Using system wide temp directory for shared memory socket 9for linux

snaps to be able to share).
This commit is contained in:
brunoherbelin
2020-11-07 18:54:33 +01:00
parent fcc014e5d1
commit 1c1a0e9b33
4 changed files with 20 additions and 3 deletions

View File

@@ -27,6 +27,9 @@ namespace SystemToolkit
// get the OS dependent path where to store settings
std::string settings_path();
// get the OS dependent path where to store temporary files
std::string temp_path();
// builds the OS dependent complete file name
std::string full_filename(const std::string& path, const std::string& filename);