MFC 썸네일형 리스트형 [MFC] 파일탐색 using namespace std; void main( void ) { CFileFind finder; BOOL bWorking = finder.FindFile("*.jpg"); while (bWorking) { bWorking = finder.FindNextFile(); if(!finder.IsDirectory()) cout 더보기 이전 1 2 3 4 ··· 10 다음