S
Steph
hello, i ve a probleme when deleting a directory and when i want create
file immediatly after.
1) Directory.Delete(myPath, true);
2) TextWriter sw = new StreamWriter(myPath +"test.aspx");
i obtain
Exception Details: System.UnauthorizedAccessException: Access to the
path '***' is denied.
thanks
file immediatly after.
1) Directory.Delete(myPath, true);
2) TextWriter sw = new StreamWriter(myPath +"test.aspx");
i obtain
Exception Details: System.UnauthorizedAccessException: Access to the
path '***' is denied.
thanks