Hi there:
I am developing an application that load photos from folderss. The problem is that I have a very big number of files in each directory, and I need to get the First and the Last file of each directory. I have tried to use FileInfo and Directory.GetFiles(). The problem is that it take a lot of time to return the FileInfo[]. Is there any method as C++ FindFirst or FindNext? Any idea about how to solve this problem?
Thanks
I am developing an application that load photos from folderss. The problem is that I have a very big number of files in each directory, and I need to get the First and the Last file of each directory. I have tried to use FileInfo and Directory.GetFiles(). The problem is that it take a lot of time to return the FileInfo[]. Is there any method as C++ FindFirst or FindNext? Any idea about how to solve this problem?
Thanks
