Avatar of AlexF777
AlexF777

asked on 

Does FSO FileCollection have a limit as far how many files can be processed ?

For example, when I go:

                                    For Each objFile in Folder.Files
                                          whatever
                                    Next

What if I have 100000 files ??
Also, may be there are more economical ( in terms of memory, performance ) ways to handle such situation ?

Thanks in advance
Visual Basic Classic

Avatar of undefined
Last Comment
Richie_Simonetti

8/22/2022 - Mon