SplitSevenZipArchiveSaveOptions

SplitSevenZipArchiveSaveOptions constructor

Instantiates settings for saving a multi-volume 7z archive.

public SplitSevenZipArchiveSaveOptions(string fileName, uint segmentSize)
ParameterTypeDescription
fileNameStringName for volumes. May be with or without .7z extension.
segmentSizeUInt32Size of volume.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionsegmentSize is less than 100.

Remarks

Some volumes may be less than segmentSize. In most cases the last segment will be less but rarely regular segments might be too.

Names of files will be as follows: fileName.7z.001, fileName.7z.002, …, fileName.7z.(n).

See Also