K
Ken Sturgeon
In VS2005 I have a loop that grabs all of the html from a number of web
pages and saves them as files on a local drive. While all of the files get
saved, several of the files are empty, although I know there is data in the
StreamWriter that creates the files. What is the best approach to assure
that when the file is saved that it has content before itterating through
the next item in the loop?
pages and saves them as files on a local drive. While all of the files get
saved, several of the files are empty, although I know there is data in the
StreamWriter that creates the files. What is the best approach to assure
that when the file is saved that it has content before itterating through
the next item in the loop?