标签:null move efi files esc mod orm har 文件路径
总有这样一个API被人遗忘在角落,
TCHAR PathStr[MAX_PATH];
GetModuleFileName(NULL, PathStr, MAX_PATH);
PathRemoveFileSpecW(PathStr);
CString str;
str.Format(L"%s\\book.mdb", PathStr);
标签:null move efi files esc mod orm har 文件路径
原文地址:http://www.cnblogs.com/hugui/p/6423180.html