using (ZipFile zip = new ZipFile(filename)) foreach (ZipEntry entry in zip) Console.WriteLine(entry.Name);
No comments:
Post a Comment