SDC C-Project CF Review 프로그램
KEJ
2024-06-26 0c66940a8e2cf64c9890519901f433b3668216b6
ReviewSystem/ReviewSystem/DisplayMessage.cpp
@@ -34,7 +34,7 @@
{
   m_strLogPath = strPath;
   CString m_GlobalLogPath;
   m_strLogFile.Format(_T("D:\\DIT_LogData\\%04d%02d%02d"), m_strLogPath, m_TimeLogFile.GetYear(), m_TimeLogFile.GetMonth(), m_TimeLogFile.GetDay());
   m_strLogFile.Format(_T("D:\\DIT_LogData\\%04d%02d%02d"), m_TimeLogFile.GetYear(), m_TimeLogFile.GetMonth(), m_TimeLogFile.GetDay());
   CreateDirectory(m_strLogFile, NULL);
   CreateDirectory(m_strLogPath, NULL);