Public Fields
| Name | Description | |
|---|---|---|
![]() |
AddOptions | Gets or sets the options for add. |
![]() |
DeleteOptions | Gets or sets the options for delete. |
![]() |
ExtractOptions | Gets or sets the options for extract. |
![]() |
OnError | Occurs when there is an error. |
![]() |
OnItemList | Occurs when the Listing an archive. |
![]() |
OnMessage | Occurs when a message received. |
![]() |
OnOverwrite | Occurs when confirm overwrite. |
![]() |
OnPassword | Occurs when request password. |
![]() |
OnProgress | Occurs when progress update. |
Public Constructors
Public Methods
| Name | Description | |
|---|---|---|
![]() |
Add | Add file(s) to archive. |
![]() |
Delete | Overloaded. Delete file(s) from archive. |
![]() |
Extract | Extract file(s) from archive. |
![]() |
List | Overloaded. List the opened archive. |
![]() |
SupportedArchives | Gets a list of archive type extension. All extension start with a dot (e.g. ".zip") |
![]() |
Test | Test integrity of the archive |
Public Properties
| Name | Description | |
|---|---|---|
![]() |
Archive_Contents | Gets the content of archive after List() is called, only valid if InternalList is set to true. |
![]() |
ArchiveName | Gets the archivename. If you wish to open another archive, create a new instance of Cakdir instead. |
![]() |
CanAdd | Gets whether cake3 can add file to this archive. |
![]() |
CanExtract | Gets whether cake3 can extract this archive. |
![]() |
CanList | Gets whether cake3 can list this archive. |
![]() |
InternalList | Gets or Sets whether to use the internal contentlist when listing. (Archive_Contents) |