WindowsApi:GetModuleFileName 현재 실행된 모듈(exe file)의 전체 경로(Path)를 가져온다. How to use char path[MAX_PATH]; GetModuleFileName(GetModuleHandle(NULL), path, MAX_PATH); MessageBox(NULL, path, NULL, NULL); See also Windows Api Favorite site MSDN GetModuleFileName function Stackoverflow - C++ Windows Path to the folder where the executable is located