> We propose adding the following two functions to std::filesystem:
> namespace std::filesystem {
> path program_path();
> path program_path(error_code& ec);
> }
> They return a std::filesystem::path to the currently running program.