zip e unzip con fwppc

Moderator: Enrico Maria Giordano

zip e unzip con fwppc

Postby vensanto » Fri Feb 27, 2009 9:16 am

Salve
ho trovato su internet sorgenti free per zip e unzip
ho provato a compilarli e vanno bene per clarm
ma non riesco ad interfacciarli con harbur_ce

http://www.eurosoftsnc.net/fivewin/zip_utils_src.zip

se qualcuno ci riesce potrebbe essere utile a tutti aggiungere la funzionalità di zip e unzip per fwppc

Grazie

Santo Venezia
User avatar
vensanto
 
Posts: 58
Joined: Thu Oct 13, 2005 1:26 pm
Location: ITALIA

Re: zip e unzip con fwppc

Postby Antonio Linares » Fri Feb 27, 2009 10:25 am

Santo,

Please try this harbour library with FWPPC:
http://www.mediafire.com/?sharekey=414c ... 6e282a0ee8

You can use hb_ZipFile() and hb_UnzipFile ().

Code: Select all  Expand view
lOk := hb_ZipFile( ::cTarget  , ;
                           aFiles , ;
                           ::nCompress , ;
                           bZip  , ;
                           ::lOverwrite , ;           // overwrite
                           ::cPassword  , ;
                           ::lWithPath,;               // with path
                           ::lWithDrive  )

lOk := hb_UnZipFile( ::cZip        , ;
                            bOnUnZipFile  , ;
                            ::lWithSubDir   , ;
                            ::cPassword     , ;
                            ::cZipDir + "\" ,;
                            ::aFiles        ,;
                            ::bProgress)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41289
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to All products support

Who is online

Users browsing this forum: No registered users and 5 guests