ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/packageWizard/packagewizard.cpp
(Generate patch)

Comparing Vago/trunk/Vago/packageWizard/packagewizard.cpp (file contents):
Revision 998 by s10k, Fri Apr 25 21:05:54 2014 UTC vs.
Revision 1035 by s10k, Thu Mar 24 22:28:41 2016 UTC

# Line 204 | Line 204 | void PackageWizard::copyPackageFolders(c
204              }
205          }
206          QDir().mkpath(path); //create path if doesn't exist
207 <        if(!Util::cpDir(sourceFolder,path+Util::cutName(sourceFolder))){//copy contents (creates dest destination automatically if not exists yet)
208 <            QString errorString="An error occurred while copping the folder/files to the package folder: \n"
207 >        if(!Util::copyDir(sourceFolder,path+Util::cutName(sourceFolder),false)){//copy contents (creates dest destination automatically if not exists yet)
208 >            QString errorString="An error occurred while copying the folder/files to the package folder: \n"
209                      "Copying from "+sourceFolder+"\n to "+path+Util::cutName(sourceFolder);
210              Util::showErrorLogPopUp(errorString);
211              this->myLogger->writeString(errorString);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)