P
pbrase
When using the FileSearch Object to enumerate the contents of large
directories (i.e., more than 100K files), the FoundFiles object never
returns more than 65,530 files. This is suspiciously close to the maximum
size of an unsigned integer, even though the Count property of the FoundFiles
object is actually a Long and should therefore be able to contain many more
files. I can find no indication in the documentation that there is a limit
on the number of files the FileSearch object can return. Has anyone
encountered this one before? Am I merely overlooking some detail? Thanks in
advance!
Peter
directories (i.e., more than 100K files), the FoundFiles object never
returns more than 65,530 files. This is suspiciously close to the maximum
size of an unsigned integer, even though the Count property of the FoundFiles
object is actually a Long and should therefore be able to contain many more
files. I can find no indication in the documentation that there is a limit
on the number of files the FileSearch object can return. Has anyone
encountered this one before? Am I merely overlooking some detail? Thanks in
advance!
Peter