mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Using system wide temp directory for shared memory socket 9for linux
snaps to be able to share).
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user