http://lispro06.woweb.net/app/1578 하위 폴더 검색 최간편 소스 #include "stdafx.h"#include "windows.h"#include "winbase.h"#include "stdio.h"#include "cstringt.h"#include "atlstr.h" bool FindnFile( const char *strPath ) {bool bContinue = true;WIN32_FIND_DATA FindFileData;HANDLE hFind;char strFindPath[ 1024 ], strFileName[ 1024 ];sprintf( strFindPath, "%s*.*", strPath );hFind = FindFirstFile( strFindPath, &Fi..