20#ifndef KICAD_PROJECT_ARCHIVER_H
21#define KICAD_PROJECT_ARCHIVER_H
47 bool Archive(
const wxString& aSrcDir,
const wxString& aDestFile,
REPORTER& aReporter,
48 bool aVerbose =
true,
bool aIncludeExtraFiles =
false );
59 bool Unarchive(
const wxString& aSrcFile,
const wxString& aDestDir,
REPORTER& aReporter );
~PROJECT_ARCHIVER()=default
bool Archive(const wxString &aSrcDir, const wxString &aDestFile, REPORTER &aReporter, bool aVerbose=true, bool aIncludeExtraFiles=false)
Creates an archive of the project.
bool Unarchive(const wxString &aSrcFile, const wxString &aDestDir, REPORTER &aReporter)
Extracts an archive of the current project over existing files Warning: this will overwrite files in ...
Container for project specific data.
A pure virtual class used to derive REPORTER objects from.