Skip to main content

list_zip_entries

Function list_zip_entries 

Source
pub fn list_zip_entries(path: &Path) -> Result<Vec<ArchiveEntry>>
Expand description

Lists and validates every entry before any archive data is trusted or extracted.

ยงErrors

When the archive cannot be read, or holds an unsafe name, an encrypted or special entry, a colliding name, or a link the contract does not permit.