Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pack/UnPack Zip Files Programmatically
Message
De
04/12/2010 15:03:50
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Pack/UnPack Zip Files Programmatically
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01491747
Message ID:
01491747
Vues:
161
What is the best way to Pack/UnPack Zip files programmatically.

I've used
oZip = CreateObject("XStandard.Zip")
oZip.Pack("C:\ZIP\*.*", "C:\ZIP\NEW.ZIP")
AND
oZip = CreateObject("XStandard.Zip")
oZip.UnPack("C:\ZIP\NEW.ZIP", "C:\ZIP\")
But I'm uncertain of this DLL.... is it available on all Windows machines, or would I have to distribute it?

Thanks,

dg
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform