Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll) Version: 1.0.4086.0

Syntax

C#
public enum ArchiveSaveAction
Visual Basic (Declaration)
Public Enumeration ArchiveSaveAction
Visual C++
public enum class ArchiveSaveAction

Members

Member nameDescription
Auto
Automatically determines whether saving and shrinking is needed. If shrinking is needed, it can take a long time if working with large archives.
None
No action is performed. If some files were deleted from the archive, you might want to use Auto or Shrink instead.
Shrink
Save any pending changes and also shrink the archive (remove unused space by rearranging the data within the archive). Shrink can take a long time if working with large archives.

See Also