Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Zipping unZipping from within VFP
Message
 
À
04/09/2004 08:30:41
Mahmud Abdulla
Online Telcom Network Services
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00939436
Message ID:
00939540
Vues:
16
If you have Windows XP you can unzip your files using the Windons XP unzip function with Shell.application. Although I have yet to figure how to zip them.
cFileZip = "C:\temp\D401001F.ZIP"
cDestination = "c:\temp\"

o=CREATEOBJECT("shell.application")
FOR EACH ofile IN o.NameSpace(cFileZip).items
    o.NameSpace(cDestination).copyhere(ofile)
ENDFOR
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform