Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hy, i have a console application and i need the path where the exe is located, is there a function which can get me the path ? Thanks in advance!
Another solution is GetModuleFileName(). Kuphryn