hFile = FindFirstFile("e://*", &wfd);
  while(1){

 last = FindNextFile(hFile,&wfd);
   if(last == FALSE) break;

}