Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pack/UnPack Zip Files Programmatically
Message
 
À
04/12/2010 15:03:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01491747
Message ID:
01491755
Vues:
85
>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

I use VFPCompression in production since a long time:

http://www.sweetpotatosoftware.com/spsblog/2008/12/08/VFPCompressionUpdateACoupleOfFixesAndASlightEnhancement.aspx

Should be distrib the file "vfpcompression.fll" in the folder of the application.
Luis María Guayán
Tucumán, Argentina
________________________________
SysOp de www.PortalFox.com
Nada corre como un zorro
________________________________
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform