CHAR mess[MAX_PATH]
CString str, temp
SYSTEMTIME stime
::GetModuleFileName(NULL, mess, MAX_PATH) // 获取当前路径主要是这个,然后再加上
str.Format(_T("%s"), mess)
iRet = str.ReverseFind('\\')
temp.Format(_T("%s"), str.Left(iRet))
str = temp + _T("\\dbug")
::CreateDirectory(str, NULL)
GetLocalTime(&stime)
wsprintf(mess, _T("%s\\config.ini), str)
改成你要的了。标准 呵呵
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)