[Solved] saving file to folder [closed]
[ad_1] It looks like you are using a variable called destination in this line webClient.DownloadFile(“http://i.imgur.com/” + picture, destination + picture); however you have not declared that variable and assigned it a value inside the buttonStart_Click method. You have a variable called destination declared in the buttonSaveTo_Click method, if this is the value you want to … Read more