mohit anand

mohit anand

  • NA
  • 8
  • 1.8k

rename a file in c drive : un authorized Access error

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