Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfpcompression Command
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01253426
Message ID:
01253464
Views:
26
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform