Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DynaZip32 Multiple Folders.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
DynaZip32 Multiple Folders.
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01092489
Message ID:
01092489
Vues:
74
Good Afternoon,

I am trying to figure out how I can use DynaZip32 to backup and restore multiple files that are in separate directories and restore them back to the same directories. I have tried several things to accomplish this, but can't get the restore working correctly. The backup is grabbing all of the necessary files and zipping them up with no problems. The restore is a different matter. I can't get the zip object to recognize multiple destinations. Any help would be greatly appreciated!

Thanks in advance!
Keith

Here is the code that runs each process.
*  Backup Process
RUN /N dzprog32.EXE  && Dynazip
THISFORM.ole_zip32.MultiVolumeControl = n_MultiOption
THISFORM.ole_zip32.ItemList = '"' + pc_DataPath + 'data\*.*"' + ' "' + pc_DataPath + 'excel\*.*' + '"'
THISFORM.ole_zip32.ZipFile  = c_Path + ALLTRIM(THISFORM.txt_file.VALUE) + ".GZP"
THISFORM.ole_zip32.ActionDZ = 4

* Restore Process
RUN /N dzprog32.EXE
THISFORM.ole_unzip32.FileSpec    = "*.*"
THISFORM.ole_unzip32.ZipFile     = c_Path + ALLTRIM(THISFORM.lst_project.VALUE) + ".GZP"
*!*	THISFORM.ole_unzip32.Destination =  '"' + pc_DataPath + 'data\*.*"' + ' "' + pc_DataPath + 'excel\*.*' + '"'
THISFORM.ole_unzip32.ActionDZ    = 8
THISFORM.OLE_unzip32.Destination = pc_DataPath
Anything worth doing is worth doing...The right way!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform