Hi

Assign string array list of files in Folder in c#

 

 From a Directory (e.g., all .xlsx files)


string[] tFile = Directory.GetFiles(@"C:\Exports\", "*.xlsx");
Previous
Next Post »