Does it is possible to copy a file which is being using by other process at the same time.
cause when i am trying to copy by this code it showing error.
System.IO.File.Copy(s, destFile, true);
exception which is generated is
The process cannot access the file 'D:\temp\1000000045.zip' because it is being used by another process.
i doesn't want to Create a new File I just Want to Copy it Or delete It does it Possible.