Need a help.
Suppose we are reading a folder which is having more than 25k files. So in that case our process get lagged or not while reading it, Basically i need to know about its Risk.
As we know sometimes if lag occurs it may corrupt that file or folder.
if you want to process all of them, before getting them into Array?list make a count then if count is more then divide them based on time/Date/Some scenario then process them batch by batch, if you try to process all at once there might be chance of folder crash.