3
Reply

copy files from 1 folder to other in same server.

nitesh garewal

nitesh garewal

Feb 23 2016 4:13 AM
242
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)