Archive.sliceFiles

string[] sliceFiles() @safe

Lists full filesystem paths of all slice files composing this archive.

The list is ordered by slice index (1-based), e.g. base.1.ext, base.2.ext, ... Only files that match the exact base.N.ext pattern in the archive directory are returned, where N is a positive integer possibly zero‑padded.

Returns

Array of absolute paths to slice files in ascending order.

Throws

DarException if the archive handle is invalid; FileException on

filesystem iteration errors.