怎能得到当前程序的路径?

TCHAR exeFullPath[MAX_PATH];
GetModuleFileName(NULL,exeFullPath,MAX_PATH);
AfxMessageBox(exeFullPath);

Published At
Categories with Web编程
Tagged with
comments powered by Disqus