Hi All,
As I got 10k files in a folder and it’s quite difficult to get all of them at once. therefore are there any methods so that I can get 5 files each time and do the handling, after that, get another 5?
Directory.Getfiles(file_path).take(5), are there somethings like this?
Thanks.