Extracting Files from Zip Entry to Memory

To extract a file from a zip to memory variable (for instance, a Byte array), use the following function. Make sure to add these Imports (Visual Basic)/using (C#) statements at the top of the code:

Imports C1.C1Zip and Imports System.IO

using C1.C1Zip; and using System.IO;

      Visual Basic

      C#


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.