2
Answers

Restoring copied file to the original location using C#

Hi all,

I m working on a windows application in C#...
I have copied a file using  System.IO.File.Copy()
Now i want to restore this copied file to the original location..
How can i do so?
I want code in C#

Thanx

Answers (2)