Archive.validateSlices

bool validateSlices() @safe

Validates that the slice set on disk looks consistent.

Validation checks:

  • All expected slices exist (when summary.sliceNumber > 0).
  • All slice files are non-empty.

    Returns

    true if validation passes, false otherwise.

    Throws

    DarException if the archive handle is invalid; FileException on filesystem errors while probing slice files.