BOOLCDirTreeCtrl::FindSubDir(LPCTSTRstrPath){////AretheresubDirs?//CFileFindfind;CStringstrTemp=strPath;BOOLbFind;if(strTemp[strTemp.GetLength()-1]=='\\')strTemp+="*.*";elsestrTemp+="\\*.*";bFind=find.FindFile(strTemp);wh