2
Answers

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
Photo of Vulpes
NA 98.3k 1.5m 12y
This should do it:

      string sourcePath = @"C:\Vulpes\xyz.xml";
      string destPath =  @"h:\darma\" + Path.GetFileName(sourcePath);
      System.IO.File.Copy(sourcePath, destPath);
Accepted