--Vamsi Effective Blogs "Make everything as simple as possible but not simpler"--
Aug 9, 2011
How to Copy a single File from one folder to another in C# .NET
string
fileToCopy = "C:\\test1.txt";
string
newLocation = "C:\\copiedFiles\\test1.txt";
System.IO.
File
.Copy( fileToCopy, newLocation );
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment