Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfpcompression Command
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01253426
Message ID:
01253464
Vues:
24
This message has been marked as the solution to the initial question of the thread.
In order to control location and name of the ZIP file, you have to use different funcions
lcZipName = "c:\Backup\DataBackup.zip"
lcFolderName = "C:\MyFolder"
? ZipOpen(lcZipName)
? ZipFolder(lcFolderName)
* You can zip more folders/files here
? ZipClose()
>
>
>I want compress The folder "C:\MyFolder" to c:\Backup\DataBackup.zip
>DataBackup.zip is the name of the file To backup.
>
>How can i do it ?
>
>
>
>SET LIBRARY TO LOCFILE("vfpcompression.fll")
>    ?ZipFolderQuick("C:\MyFolder")
>SET LIBRARY TO
>
>
>
>
>Thank in advance
>
>bernhart
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform