Last time I showed You how to loop through folders and files. But was that the fastest way? In today’s article I’m going to compare the speed of loops through files methods and get the fastest way to find the file.
Continue reading “The fastest way to find the file in chosen location”Tag: files
How to loop through folders and files
We often write tools that process files in a given location, i.e. in a given folder. Sometimes it is even whole structure of folders with files. In today’s article You will learn how to loop through folders and files to find the one You look for.
Continue reading “How to loop through folders and files”