Ramneek
Tuesday, February 7, 2012
Move Files using c#
string filesource = @"C:\file.txt";
string filedestination = @"C:\Myfolder\Ramneek\file.txt";
System.IO.File.Move(filesource,filedestination);
Ramneek Sharma
Newer Post
Older Post
Home