string filesource = @"C:\file.txt";
string filedestination = @"C:\Myfolder\Ramneek\file.txt";
System.IO.File.Move(filesource,filedestination);
string filedestination = @"C:\Myfolder\Ramneek\file.txt";
System.IO.File.Move(filesource,filedestination);
No comments:
Post a Comment