What are the Frameworks for .Net?
Hi,
Tell me the sites for preparing the C#.Net and ADO.Net in easy methods.
And also, what are the Frameworks for Dot Net.
Answers (2)
0
This should do it:
string sourcePath = @"C:\Vulpes\xyz.xml";
string destPath = @"h:\darma\" + Path.GetFileName(sourcePath);
System.IO.File.Copy(sourcePath, destPath);
Accepted