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