4
Reply

I want to code C # to copy an image from folder to another

lamasat lamasat

lamasat lamasat

Jan 6 2014 11:19 PM
1.3k
Hello
I want to code C Sharp to copy an image from the first folder to the second volume, and if the image already exists in the second volume is replaced
 


I tried to use the function File.Copy () with the Delete () function  , but shows a error in the program when the deletions because the image will be displayed in the pictuerBox refuses to delete the image and replace it

Answers (4)