I need to get the path to an executable, and the information that I got is only the executable name. I need the file path, not the .exe name
Example : I have "arma3.exe" only, now I need to find the path to it. I need something like this "C:\Program Files\Arma3\arma3.exe" <-- the file path
I am NOT asking for "How do I find the path to my CURRENT WPF APPLICATION executable path" nor "how do I get the file name given X path".
And please, don't ask me why I need to find the path or bla3. I have my own reason to do this.