CeFindFirstFile, CeFindNextFile

  • Thread starter Thread starter Jody Gelowitz
  • Start date Start date
J

Jody Gelowitz

Does anybody have any examples of CeFindFirstFile and CeFindNextFile (or
CeFindAllFiles) in C#? I am having difficulty in getting any of these to
work.

Thanks,
Jody
 
It would be ugly to implement as it passes an array of FIND_DATA structures,
each of which contain an array. The EnumFiles exposed by the OpenNETCF RAPI
class provides the same functionality with less pain. Admittedly it's
slower, but I won't be tackling the FindAllFiles method in the near future.
Of course if you want to get it going and submit the change, we'd be glad to
have it. :)
 
Back
Top