Posts by Patrick Melo • 11 points
1 post
-
1
votes3
answers5247
viewsA: System.Unauthorizedaccessexception in C#
Replace these points: string directory = @"C:\\NomeDaPasta"; string caminhoZip = @"C:\\NomeDaPasta\\Repositório.zip"; ZipFile.ExtractToDirectory(caminhoZip, directory); File.Delete(caminhoZip);…
c#answered Patrick Melo 11