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!
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!