Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pack/UnPack Zip Files Programmatically
Message
 
To
04/12/2010 15:03:50
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01491747
Message ID:
01491755
Views:
82
>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
________________________________
Previous
Reply
Map
View

Click here to load this message in the networking platform