static void Main(string[] args)
{
File.Move(@"c:\windows\a.txt",@"c:\windows\b.txt");
Console.Write("done");
}