Printable View
How can I get the app's path?
GetModuleFileName I think, or something similar :D (use GetModuleHandle(NULL) to get the current module).
Yeah I think I got that to work