#include "StdString.h"
Include dependency graph for getProcessPath.h:
This graph shows which files directly or indirectly include this file:
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.
|