Can we get files from different location using some Built-In Function in C# without any loop. Like if I have following paths
C:\Folder1
C:\abc\Folder2
D:\Folder3
I want to get all files from Folder1
, Folder2
and Folder3
at same time without using any loop.