AppleArchive.CreateEntries
AppleArchive.CreateEntries method
Adds to the archive all files and directories recursively in the directory given.
public AppleArchive CreateEntries(DirectoryInfo directory, bool includeRootDirectory = true)
| Parameter | Type | Description |
|---|---|---|
| directory | DirectoryInfo | Directory to compress. |
| includeRootDirectory | Boolean | Indicates whether to include the root directory itself or not. |
Return Value
The archive with entries composed.
See Also
- class AppleArchive
- namespace Aspose.Zip.Apple
- assembly Aspose.Zip