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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.