Delete file font
-
Hi all I have problem with delete file font In my folder web contain some file and folder "fontE" and this folder contain some font so this file font don't used for my web And i use Function Directory.Delete(strFolder,true); so some file in my webfolder deleted but have expeption with file font Access to the path 'arial.ttf' is denied. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.UnauthorizedAccessException: Access to the path 'arial.ttf' is denied. so this parth to this folder is okay Note: i set all permission for user (ASP.net AND IUSR_NamePC) this folder Some body tell me? How can i delete that file ?