Mike <cs*********@sbcglobal.net> wrote:
OK thanks for your information and help, so it appears that i can't automate
this process of my app then. thanks again
Yes, you can. Very easily. Just not in one line of code.
I repeat:
Use Directory.GetFiles to find the list of HTML files.
Go through each of the files it returns, and call File.Copy with it.
What's the matter with that solution?
--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too