Repair the problem of the HTML save files overriding each other. Every time the user saves a new HTML scrape to the default directory without removing the previous one, the previous scrape is deleted. Solve this problem by making some changes with the System.IO.File library. Adding a file naming process may be necessary.