1
Reply

Path.GetTempPath()

Peter

Peter

Dec 12 2008 8:28 AM
8k

Hi.

I have placed some file i a folder:  Path.GetTempPath() + "TempInstallerCheckoutFolder".

When I try to delete the folder with: System.IO.Directory.Delete(Path.GetTempPath() + "TempInstallerCheckoutFolder", true);

I get a "UnauthorizedAccessException" saying: "Access to the path 'entries' is denied".

What can I do to delete this folder?

Best regards

Peter

 

 


Answers (1)