20#ifndef KICAD_PROJECT_ARCHIVER_H
21#define KICAD_PROJECT_ARCHIVER_H
46 static bool AreZipArchivesIdentical(
const wxString& aZipFileA,
const wxString& aZipFileB,
58 static bool Archive(
const wxString& aSrcDir,
const wxString& aDestFile,
REPORTER& aReporter,
59 bool aVerbose =
true,
bool aIncludeExtraFiles =
false );
70 static bool Unarchive(
const wxString& aSrcFile,
const wxString& aDestDir,
REPORTER& aReporter );
~PROJECT_ARCHIVER()=default
Container for project specific data.
A pure virtual class used to derive REPORTER objects from.