hello
i want delete a file in this path c:\windows\system32\example.dll
and i use this code:
File.SetAttributes(path, FileAttributes.Normal);
File.Delete(path);
but after run , program send error : Accsess is denied
please Help me...
hello
i want delete a file in this path c:\windows\system32\example.dll
and i use this code:
File.SetAttributes(path, FileAttributes.Normal);
File.Delete(path);
but after run , program send error : Accsess is denied
please Help me...