I am using MFC and I was wondering how would I open the folder which my program is located in?
This is a discussion on Opening Directory within the Windows Programming forums, part of the Platform Specific Boards category; I am using MFC and I was wondering how would I open the folder which my program is located in?...
I am using MFC and I was wondering how would I open the folder which my program is located in?
GetCurrentDirectory might be useful. GetModuleFileName is handy, too.
CProgramming FAQ
Caution: this person may be a carrier of the misinformation virus.