rename a file in c drive : un authorized Access errorMAmohit anand12yAsked Aug 29, 2014, 3:24 AM1.1kVisual Basic .NET static void Main(string[] args) { File.Move(@"c:\windows\a.txt",@"c:\windows\b.txt"); Console.Write("done"); }
Replies
Know the answer? Post it — somebody with the same question will find it here.