Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfpcompression
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Vfpcompression
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01284473
Message ID:
01284473
Views:
66
I am using vfpcompression.fll
I read the manual and was able to perform well
with a only foder, but not in my job below


bDestino = SYS(5) + "\" + file_name + ".zip"

ZipOpen(bDestiny)

bkp_test = ZipFolder(SYS(5) + curdir() + "data\", .T.)
bkp_test2 = ZipFolder(SYS(5) + curdir() + "pictures\", .T.)


Then I have both folders into a zip file

How can I recover every folder in its own original folder
at restore time ?

I am doing as below, but I do not know how to separete
folder


STORE SYS(5) + curdir() + "\data" TO path_restored

*STORE SYS(5) + curdir() + "\pictures" TO path_restored
SET LIBRARY TO vfpcompression.fll ADDITIVE
restore1 = UnzipQuick(way_to_restore, path_restored, .T. )
THISFORM.RELEASE
Next
Reply
Map
View

Click here to load this message in the networking platform