Tuesday, September 3, 2013

C# Copy a file to another location with a different name

System.IO.File.Copy(oldPathAndName, newPathAndName);

No comments:

Post a Comment

Opps Part 1 : Abstraction

  Abstraction in C# is a fundamental concept of object-oriented programming (OOP) that allows developers t...