Database.add

void add(string path, string base, string ext) @safe

Adds an archive reference to the database using explicit coordinates.

Throws

DarException if the operation fails (invalid parameters, I/O).
void add(Archive arc) @safe

Adds an archive reference to the database using an Archive instance.

Extracts path/base/ext from the provided archive handle.

Throws

DarException if the operation fails.