Restoring copied file to the original location using C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dvp10
    New Member
    • Jan 2008
    • 10

    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
  • jjvainav
    New Member
    • Feb 2008
    • 25

    #2
    Now i want to restore this copied file to the original location..

    What do you mean by restore? When you copy a file, the file you copied from is still in the original location.

    Comment

    Working...