std::string
get_installation_path() {
  return get_current_exe_path();
}
Example #2
0
void
determine_path_to_current_executable(std::string const &argv0) {
  s_current_executable_path = get_current_exe_path(argv0);
}