Browse our Products
Aspose.ZIP for Python via .NET 24.11 Release Notes
This page contains release notes information for Aspose.ZIP for Python via .NET 24.11.
All Changes
Key | Summary | Issue Type |
---|---|---|
ZIPNET-1219 | Extract LHA archives. | Feature |
Public API and Backwards Incompatible Changes
The following public types were added: | Description |
---|---|
aspose.zip.lha.LhaArchive | Represents a Lha archive file. |
aspose.zip.lha.LhaArchiveEntry | File entry of Lha archive. |
aspose.zip.lha.LhaDirectoryEntry | Directory entry of Lha archive. |
The following public methods and properties were added: | Description |
aspose.zip.lha.LhaArchive.extract_to_directory() | Extracts all the files and directories to the directory provided. |
aspose.zip.lha.LhaArchive.directories | Gets directory entries constituting the archive. |
aspose.zip.lha.LhaArchive.entries | Gets file entries constituting the archive. |
aspose.zip.lha.LhaArchiveEntry.extract() | Extracts Lha archive entry to various destination. |
aspose.zip.lha.LhaArchiveEntry.length | Gets the length of the entry in bytes. |
aspose.zip.lha.LhaArchiveEntry.name | Gets name of the entry. |
aspose.zip.lha.LhaDirectoryEntry.extract_to_directory | Composes an empty directory inside the destinationDirectory. |
aspose.zip.lha.LhaDirectoryEntry.name | Gets the name of the directory. |