system.io.compression

  1. S

    Question System.IO.Compression difficulties

    Hi guys i am trying to get the ZipArchive of System.IO.Compression working. I have used: Imports System.IO Imports System.IO.Compression and the code is: ZipFile.CreateFromDirectory("D:\Temp", "D:\Local", CompressionLevel.Optimal, False) I keep getting a: UnauthorizedAccessException was...
Back
Top