26std::filesystem::path
getExecutablePath(
const std::filesystem::path &suggestedPath);
35[[deprecated(
"Use getExecutablePath() instead")]]
36const char *
exename(
const char *argv0 =
nullptr);
TODO: this is not really specific to BMV2, it should reside somewhere else.
Definition applyOptionsPragmas.cpp:24
const char * exename(const char *argv0)
Definition exename.cpp:87
std::filesystem::path getExecutablePath()
Definition exename.cpp:37