Reading in and combining text files...

  • Thread starter Thread starter Steve Schroeder
  • Start date Start date
S

Steve Schroeder

If I need to combine a group of files (up to over a 100 even), and the do a
search/replace on a static string...is StreamReader my best most effective
option?

Still working my around VB.Net. I'm assuming I'll be able to do a
search/replace on the combined text. It would seem most efficient to just
blob all the text together, sequentially, then do the search/replace.

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top