From 308273fef97381356e96fcd9c17011409a3c2920 Mon Sep 17 00:00:00 2001 From: kojingeun <diteam.co.kr> Date: 수, 07 6월 2023 10:28:21 +0900 Subject: [PATCH] Ongoing50 #4517 CF AOI Review 결과 파일 찾기 실패 개선 1. Find Bin File 찾는 Library 변경 - CRT _findfirsti64 / _findnexti64 -> C++17 Filesystem directory_iterator - 파일 탐색 시간 20k Files(80GB) 1sec 소요 --- ReviewSystem/ReviewSystem/FileUploadControl.cpp | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ReviewSystem/ReviewSystem/FileUploadControl.cpp b/ReviewSystem/ReviewSystem/FileUploadControl.cpp index 9456fac..3dd3b20 100644 --- a/ReviewSystem/ReviewSystem/FileUploadControl.cpp +++ b/ReviewSystem/ReviewSystem/FileUploadControl.cpp @@ -179,7 +179,7 @@ // // CCommendParam *pParam = NULL; // -// //FTPUpLoad이면 반환 +// //FTPUpLoad占싱몌옙 占쏙옙환 // if( bFTPUpload ) // return FALSE; // @@ -301,7 +301,8 @@ if (NULL == hWnd) { g_pLog->DisplayMessage(_T("Find FTPUploader Program : Fail.")); - StartFTPUploader(_T("C:\\DIT_Review")); + + StartFTPUploader(_T("D:\\DIT_Review")); //210805 } else { @@ -314,7 +315,7 @@ else { g_pLog->DisplayMessage(_T("Send Data to FTPUploader : Fail.")); - RestartFTPUploader(_T("C:\\DIT_Review")); //A2E FTPUploader + RestartFTPUploader(_T("D:\\DIT_Review")); //A2E FTPUploader //210805 bRet = FALSE; } } -- Gitblit v1.9.3