파일없음1 파일 유무 확인(C++) #include "tchar.h" #include "shlwapi.h" #pragma comment(lib, "shlwapi.lib") if (PathFileExists(szDllPath)) _tprintf(L"File Exist\n"); else { _tprintf(L"File doesnt Exist\n"); return FALSE; // 함수 리턴값에 따라 -1 or FALSE } --------------------------------------------- #include "shlwapi.h" #pragma comment(lib, "shlwapi.lib") if (PathFileExists(szDllPath)) printf("File Exist\n"); else { printf("File doe.. 2020. 2. 26. 이전 1 다음