Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfpcompression
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Vfpcompression
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01284473
Message ID:
01284473
Vues:
67
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform