3
Answers

copy files from 1 folder to other in same server.

Hey Friends....
Today I m facing such kind of problems how to copy file from one folder to other folder and both have in same server folder.so in this i am using this c# code but it not working .please help
------------------C# code----------------------------
File.Copy(sourcepath,destinationpath);
Answers (3)