hi :
when i try to rename a file i have this message
"Access to the path is denied."
i use the folowing code :
in this example i want to change the file name from memo to nana
thanks
when i try to rename a file i have this message
"Access to the path is denied."
i use the folowing code :
Code:
System.IO.File.Move(@"C:\memo.txt",@"C:\nana.txt");
thanks
Comment