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

Click here to load this message in the networking platform