cFileName); 30 31 // next file in dir 32 ret = FindNextFile(hFile, &fileData); 33 if(ret != TRUE) 34 { 35 break; 36 } 37 } 38 39 FindClose(hFile); 40 41 ...
確定! 回上一頁