C++/(MFC)현재 프로그램 실행 위치 Edit Diff Refresh Backlink Random Search History Help Setting WCHAR szCurrentPath[MAX_PATH] = {0,}; // 1. GetModuleFileName(NULL, szCurrentPath, MAX_PATH); // 실행 파일 // 2. GetCurrentDirectory(MAX_PATH, szCurrentPath); // 실행 경로 1. c:\SomeProgram\bin\SomeProgram.exe 2. c:\SomeProgram\bin C++ Win32API 경로 Show Comments Please enable JavaScript to view the comments powered by Disqus.