Commit 2cde7694 authored by konovalovsergey's avatar konovalovsergey

copy Editor.bin to changes.zip for version history

parent 3840ac01
......@@ -349,6 +349,10 @@ namespace NExtractTools
std::wstring sImageCopy = sChangesDir + FILE_SEPARATOR_STR + sImageName;
NSFile::CFileBinary::Copy(sImage, sImageCopy);
}
//copy doct for version history
std::wstring sBinCopy = sChangesDir + FILE_SEPARATOR_STR + NSSystemPath::GetFileName(sBinFrom);
NSFile::CFileBinary::Copy(sBinFrom, sBinCopy);
std::wstring sToResultDir = FileSystem::Directory::GetFolderPath(sToResult);
std::wstring sTo = sToResultDir + FILE_SEPARATOR_STR + _T("changes.zip");
COfficeUtils oCOfficeUtils(NULL);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment