SplitSevenZipArchiveSaveOptions

SplitSevenZipArchiveSaveOptions class

Options for saving a multi-volume 7-zip archive.

The SplitSevenZipArchiveSaveOptions type exposes the following members:

Constructors

NameDescription
SplitSevenZipArchiveSaveOptions(file_name, segment_size)Instantiates settings for saving a multi-volume 7z archive.

Properties

NameDescription
segment_sizeGets the size of the segment.
file_nameGets the name of segments without extension.

See Also