hello...
I got an error message: "Access to the path "C:\ziptest.zip" is denied."
In this part of my code....
Dim s As ZipOutputStream = New ZipOutputStream(File.Create("C:\ziptest.zip"))
Why is that happening? What should i do to resolve this problem?