20 #ifndef ANTKEEPER_UTILITY_PATHS_HPP
21 #define ANTKEEPER_UTILITY_PATHS_HPP
std::filesystem::path get_local_config_path()
Returns the absolute path to the directory containing user-specific, device-specific application data...
std::filesystem::path get_executable_path()
Returns the absolute path to the current executable.
std::filesystem::path get_executable_data_path()
Returns the absolute path to the directory containing application data.
std::filesystem::path get_shared_config_path()
Returns the absolute path to the directory containing user-specific application data that may be shar...