Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Read contents of zip file (DynaZip)
Message
De
22/12/2005 09:01:33
 
 
À
22/12/2005 08:48:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Novell 4.x
Database:
Visual FoxPro
Divers
Thread ID:
01080136
Message ID:
01080141
Vues:
13
This message has been marked as a message which has helped to the initial question of the thread.
>Hi Everyone,
>I'm working on a project right now using a 3rd party product called DynaZip to facilitate an archiving process. I'm looking for a way to see what is in the zip file that I just created (automated, not manual) w/o having to unzip it & look at what it creates. I'm hoping to just use this as a final integrity check before I delete the files off of the network.
>
>Any thoughts?

you can get the number of all zip members (iow, files) via zip.action=UNZIP_COUNTALLZIPMEMBERS
and then go thru content of zip file via loop using zip.action=UNZIP_GETNEXTZIPINFO
after calling last command, ActiveX will fill the appropriate properties with file name and other viable info.
For more info, look in Dynazip Programmers reference, just search the constants mentioned above and you'll get all necessary info.
* Human is a question asked by birth and answered by death. Machine is another kind of question with another kind of answer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform