Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Add various files using Dynazip
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00060774
Message ID:
00060793
Vues:
25
>I suppose that in order to zip all three, you would have
>
>THISFORM.Dynazip.ItemList="c:\mypath\file1.ext c:\mypath\mysubdir\file2.ext c:\mypath2\myothersubdir\myfantasticsubdir\file3.ext"
>THISFORM.Dynazip.Action = 4
>
>I guess that what I said in the other thread about DynaZip having "every option you could ask for" is not true. I would ask for a more efficient way to do this. It looks like you could exceed 256 characters, and would then have to add files to the zip one or two at a time.
>
>THISFORM.Dynazip.ItemList ="c:\mypath\file1.ext"
>THISFORM.Dynazip.Action = 4
>THISFORM.Dynazip.ItemList ="c:\mypath\mysubdir\file2.ext"
>THISFORM.Dynazip.Action = 4
>
>or code to that effect. It might be a little slower, but the users won't know the trouble you went through.

Yes, it's only on my side so it doesn't matter if it takes a few more seconds. On the user's side, nothing will change as to the way the files are unzip.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform