#keywords C++, Win32API, 경로 {{{#!gcode 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 }}}