1 #ifndef _library__running_executable__hpp__included__
2 #define _library__running_executable__hpp__included__
7 * Get full path of current executable.
9 * Returns: Full path of current executable.
10 * Throws std::runtime_error: Operation not supported!
12 std::string
running_executable();