When scanning directories, it would be very nice to be able to do some directory filtering. I think this would increase the speed significantly. As far as i can see this kind of filtering is not possible with DIR$ or the FindFirstFile-API.
The FindFirstFileEx-API can do it, but is not implemented in Win32api.inc because of the enum's. Has anybody found a way to use it anyway?
Regards
Peter
P.S.
Where can i find the new version of win32api.inc ?
The FindFirstFileEx-API can do it, but is not implemented in Win32api.inc because of the enum's. Has anybody found a way to use it anyway?
Regards
Peter
P.S.
Where can i find the new version of win32api.inc ?
Comment