Utilities: Add support for portable user directory. (#15064)

This commit is contained in:
Steveice10
2024-01-20 00:04:25 -08:00
committed by GitHub
parent 96d880839a
commit 9c354ee269
6 changed files with 86 additions and 75 deletions
+6
View File
@@ -660,6 +660,12 @@ namespace fs
}
};
// Get executable path
std::string get_executable_path();
// Get executable containing directory
std::string get_executable_dir();
// Get configuration directory
const std::string& get_config_dir();