Archive.sliceCount

size_t sliceCount() @property @safe

Returns the number of slice files composing this archive.

Prefer summary.sliceNumber when available (>0), otherwise counts files on disk via sliceFiles().

Throws

DarException if accessing summary fails; FileException if reading

the filesystem to count slices fails.