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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 86 additions and 75 deletions

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();