Browse our Products

Aspose.ZIP for Python via .NET 24.6 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1154Support ISO format.Feature
ZIPNET-1163Correct xar archives composed with evaluation version.Bug
ZIPNET-1160Added save by path methods for Zstandard archive.Enhancement
ZIPNET-1169Correct wrong commentaries for xar archive methods.Bug
ZIPNET-1151Extract ZIP with Implode compression method.Feature
ZIPNET-1152Fix cpio header warning.Bug

Public API and Backwards Incompatible Changes

The following public types were added:Description
aspose.zip.iso.IsoArchiveRepresents an ISO archive.
aspose.zip.iso.IsoEntryRepresents an entry (file or directory) within an ISO archive.
The following public methods and properties were added:Description
aspose.zip.iso.IsoArchive.create_directory(…)Adds a directory to the ISO image.
aspose.zip.iso.IsoArchive.create_entry(…)Adds a file to the ISO image.
aspose.zip.iso.IsoArchive.extract_to_directory(…)Extracts all entries to the specified directory.
aspose.zip.iso.IsoArchive.save(…)Saves the ISO image to the specified file or stream.
aspose.zip.iso.IsoArchive.entriesGets entries of IsoEntry type constituting the archive.
aspose.zip.iso.IsoArchive.file_entriesGets entries of IArchiveFileEntry type constituting the archive.
aspose.zip.iso.IsoEntry.is_directoryGets a value indicating whether the entry is a directory.
aspose.zip.iso.IsoEntry.nameGets the name of the entry.
aspose.zip.zstandard.ZstandardArchive.save(…)Saves Zstandard archive to destination file provided.