Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unzip utility?
Message
De
08/05/2007 17:29:46
 
 
À
08/05/2007 17:21:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01223522
Message ID:
01223624
Vues:
19
This message has been marked as the solution to the initial question of the thread.
>>>I don't find anything recent in the downloads to unzip files within a VFP app. What are you using? Can you recommend something? Third-Party software? Thanks,
>>>dg
>>
>>http://xstandard.com/download.asp?product=zip
>
>Fred: Thanks, I got the .dll from xstamdard.... butt I don't find code samples to unzip files. Thanks for any help!!

They have online documentation (looks like ASP).
(translated for VFP)

oZip = CreateObject("XStandard.Zip")
oZip.UnPack("C:\Temp\images.zip", "C:\Temp\") && all files
oZip.UnPack("C:\Temp\images.zip", "C:\Temp\", "*.jpg") && using a wildcard
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform