The ZipArchiveOptions type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActionOnLinks | Obsolete. | |
CreateDirectoryEntries |
Enables or disables automatic creation of directory entries when adding new files to the archive.
| |
DeleteUnfinishedFileOnExtractError |
Gets or sets a value indicating whether to delete unfinished files when an error occurred during extract.
| |
ChecksumVerificationMode |
Specifies when to perform checksum verification.
| |
MaxPasswordRetryCount |
Gets or sets the maximal count of failed attempts to set a password for one file in the PasswordRequired event.
Default value is 5.
| |
MultiFileLinkMode |
Gets or sets the default processing mode of detected links in multi-file operations.
| |
MultiFileMoveMode |
Gets or sets the default move behavior in multi-file operations.
| |
PasswordEncoding |
Gets or sets the encoding used to derive bytes from password when encrypting a file.
| |
RestoreDateTime |
Gets or sets a value that indicates which date/time is restored after files are extracted.
| |
RestoreFileAttributes |
Enables or disables restoring of the file attributes after files are extracted (such as: ReadOnly, Archived, Hidden).
| |
RestoreFileDates | Obsolete. | |
UnsupportedFeatureExtractMode |
Gets or sets the behavior of extract on files with unsupported feature
(such as unknown encryption algorithm or when the item is neither file nor directory).
| |
Zip64Mode |
Gets or sets a value indicating whether to use 64-bit ZIP mode (compatible with ZIP64(tm)) when adding new files to the archive.
|