Users Pricing

forum

Home Forums Read Specific textfile in streamreader – MindStick

Read Specific textfile in streamreader

Anonymous User 2502 14 Nov 2013

I want to read many delimited files from a folder. However, the calling in the code is per one textfile only.

System.IO.StreamReader file =new System.IO.StreamReader(@"C:\Orders\OrdersForImport.txt");

I want the "OrdersForImport.txt" to be change.

my textfiles are OrdersForImport, OrdersForImport1, OrdersForImport2, OrdersForImport3, etc.

it is constant that the ".txt" extention will not be change. only the filenames will be change


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md