SplitArchiveSaveOptions

SplitArchiveSaveOptions class

Options for saving a multi-volume zip archive.

The SplitArchiveSaveOptions type exposes the following members:

Constructors

NameDescription
SplitArchiveSaveOptions(file_name, segment_size)Initializes a new instance of the SplitArchiveSaveOptions class

Properties

NameDescription
segment_sizeGets the size of segment.
file_nameGets the name of segments without extension.
archive_commentGets or sets optional comment for the Zip file.
encodingGets or sets encoding for converting file names and other strings to bytes.

See Also