Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 294 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 294 Bytes

get-all-files-from-folder

collect the list of all files in a given path, including files in all subfolders using multi-threading and multitasking

Build and Run project

TraverseTreeParallelForEach(@"F:\", (f) =>

Add your folder path to read your folders and sub folders files