Utilities: Add support for portable user directory. (#15064)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user