So I want to be able to get the full path of a running process (which I have the process ID for) without using any commands on the command line. Anyone has any ideas on how to do this?
I do have the PID, is there any function that by passing the PID can return the full path of that process as a char *?