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