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