#include "getProcessPath.h"
Include dependency graph for getProcessPath.cpp:
Functions | |
int | getProcessPath (CStdString &processPath, CStdString &processName) |
|
Returns name and path of current process executable. This function is platform dependent - Windows API offers a function to do this, in Linux there is a link that can be read to get what we need.
|