06-04-2015, 08:54 AM
(05-30-2015, 05:19 PM)brandonio21 Wrote: Hello strawman83!
First off, welcome to BP Forums!
As for your question, the answer isn't too complicated. SImply loop through all the files in a directory, create a new StreamReader and a new List<String> for each file. Then, as you read lines using the StreamReader, add those lines to the list.
If you need more help, especially with the details of the code, do let us know!
Thanks brandonio, I managed to figure it out from your advice.