0
Answer

rename a file in c drive : un authorized Access error

mohit anand

mohit anand

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