AppleArchive.ExtractToDirectory
AppleArchive.ExtractToDirectory method
Extracts all the files in the archive to the directory provided.
public void ExtractToDirectory(string destinationDirectory)
| Parameter | Type | Description |
|---|---|---|
| destinationDirectory | String | The path to the directory to place the extracted files in. |
Exceptions
| exception | condition |
|---|---|
| EndOfStreamException | The stream ends unexpectedly during extraction of a solid archive. |
| InvalidDataException | The archive data is malformed or contains invalid entries in a solid archive. |
See Also
- class AppleArchive
- namespace Aspose.Zip.Apple
- assembly Aspose.Zip