withReference

fnIncrOpts withReference(IncrOpts io, string path, string base, string ext = "dar", uint minDigits = 0) @safe @nogc pure nothrow

Sets the reference archive coordinates.

Parameters

pathdirectory containing the reference archive slices
basebase name of the reference archive
extslice extension (default: "dar")
minDigitsminimum digits for slice numbering (default: 0)
fnIncrOpts withReference(IncrOpts io, Archive arc) @safe

Sets the reference archive from an existing Archive instance.

Parameters

arcopened Archive to use as reference