added VS project files, minor fixes

This commit is contained in:
Günter Obiltschnig
2014-03-25 23:27:00 +01:00
parent 64499a0786
commit 777434a9ce
69 changed files with 10798 additions and 2 deletions

View File

@@ -109,10 +109,16 @@ public:
///
/// Directories will be created as necessary. File attributes
/// will not be restored.
///
/// Progress and errors for single entries will be reported
/// via the extracted and failed events.
std::string extract(const ArchiveEntry& entry, const std::string& destPath);
/// Extracts a specific entry to the given path.
///
/// Directories will be created as necessary. File attributes
/// will not be restored.
///
/// Returns the absolute path of the extracted entry.
private: