Recursive Search and Replace in Files

P

prowler

Hello,

Since I couldn't find the right component to do what I
want, I'm planning to write a recursive search and replace
in files component. This will accept a table of links,
search them in html files and replace with a new link.

I am planning to use the System.IO namespace and load
files into memory (using stream objects?). Is this the
right way to go about this or am I missing something big
here??

Any help appreciated,
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

Top