Click to See Complete Forum and Search --> : File count


mahesh joshi
October 3rd, 2001, 12:30 AM
Hi

Is there any way or API to get the number of directory entries in one go.
FindFirstFile and FindNextFile are time consuming.
FSO and FileListBox are time consuming as well as crashfor number of entries > 2^16.
Is there no way to get the entry count in a directory directly? i.e. is the directory structure for Windows NT null terminated?
Any raw apis for reading it?

Mahesh.