View Archive Entries

Viewing archive entries in this code example means examining or inspecting the contents of a file within the ZIP archive without extracting it. IronZIP allows users to browse the contents of the archive and preview the files' name without fully extracting them.

To view the archive entries, first, open the archive by passing the archive file path to the constructor. From there, use the GetArchiveEntryNames method. This method will return a list of entries inside the currently opened archive.