From 01e95de886413c252ee1a419ed0a7c41435847e6 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 18 Oct 2020 03:20:06 +0300 Subject: Process: add get_exe_path() --- include/winapi/process.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/winapi/process.hpp b/include/winapi/process.hpp index 469653c..5f841a0 100644 --- a/include/winapi/process.hpp +++ b/include/winapi/process.hpp @@ -56,6 +56,8 @@ public: int get_exit_code() const; + static std::string get_exe_path(); + static Resource get_resource(unsigned int id); static std::string get_resource_string(unsigned int id); -- cgit v1.2.3