Search found 173 matches: unzip

Return to advanced search

Re: ZIP / UNZIP under Fivewin

hi, i have now use Hb_ZIPFILE() where i want to get all Files under c:\fwh\samples\   lRet := HB_ZIPFILE( cTargetDir + cTargetZIP, acFiles,, { | cFile, nPos | NIL  }, .T.,, lWithPath ) i have made acFiles "recursive" and got "full-path-Filename" PROCEDURE AddMor...
by Jimmy
Wed Mar 22, 2023 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ZIP / UNZIP under Fivewin
Replies: 5
Views: 416

Re: ZIP / UNZIP under Fivewin

all. see this example:. thx for Links. have look at it and found Hb_ZIPFILE() it does "collect" Files "recursive" for "D"irectory --- for Backup i use Attribute "A" which i got from "Everything" --- to ZIP a hole Folder you can use this Function  //...
by Jimmy
Tue Mar 21, 2023 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ZIP / UNZIP under Fivewin
Replies: 5
Views: 416

Re: ZIP / UNZIP under Fivewin

hi Antonio, Because the main window is the one that receives those notifications aaah ... i begin to understand Concept but Fivewin have no "build-in" Function, or :?: --- in *.MAK are echo $(HBDIR)\lib\win\bcc\hbziparc.lib + >> b32.bc echo $(HBDIR)\lib\win\bcc\hbmzip.lib + >> ...
by Jimmy
Tue Mar 21, 2023 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ZIP / UNZIP under Fivewin
Replies: 5
Views: 416

Re: ZIP / UNZIP under Fivewin

Dear Jimmy,

> "why" are bZip / bUnZip and Method Zip / UnZip implement in CLASS TWindow

Because the main window is the one that receives those notifications
by Antonio Linares
Tue Mar 21, 2023 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ZIP / UNZIP under Fivewin
Replies: 5
Views: 416

ZIP / UNZIP under Fivewin

hi, i want to ZIP / UNZIP Files using Fivewin in TWindows i found Codeblock Slot bZip and bUnZip   METHOD Zip( nZipInfo ) INLINE ;                      If( ::bZip != nil, Eval( ::bZip, nZipInfo ),)   METHOD UnZip( ...
by Jimmy
Tue Mar 21, 2023 1:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ZIP / UNZIP under Fivewin
Replies: 5
Views: 416

Re: Validate ZIP before opening it

Armando wrote:Hello friends of the forum:

Is there a function in Harbor that allows you to check if a ZIP file is damaged or corrupt?
before trying to open it?

Greetings


Just try to unzip the ZIP file with HB_UNZIPFILE() and check the return value.
by Enrico Maria Giordano
Wed Mar 01, 2023 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Validate ZIP before opening it
Replies: 3
Views: 287

HB_UnzipFile Does not work (SOLVED Thank you ENRICO)

...  IF hb_UnzipFile( cPathFile,,,,cDriGlb,aFiles,nil)      ? "Very Good"   ELSE      ? "Failed"   ENDIF  And it doesn't unzip it, what am I doing wrong? Best regards
by Armando
Sun Feb 26, 2023 3:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_UnzipFile Does not work (SOLVED Thank you ENRICO)
Replies: 13
Views: 445

Re: mod_harbour + ADS on linux server

... Download aceapi SDK using this command : wget "https://devzone.advantagedatabase.com/dz/download.aspx?Key=WD+6zU0Gr4f1dqm2b6ty8A==" 2 - Unzip files : tar -xf namefile.tar ( i don't remember the exact name of file ) 3 - Go to folder aceapi xx.xx.xx 4 - Set permission to setup.pl using ...
by berpa
Mon Dec 05, 2022 2:21 pm
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31182

Re: mod_harbour + ADS on linux server

... Download aceapi SDK using this command : wget "https://devzone.advantagedatabase.com/dz/download.aspx?Key=WD+6zU0Gr4f1dqm2b6ty8A==" 2 - Unzip files : tar -xf namefile.tar ( i don't remember the exact name of file ) 3 - Go to folder aceapi xx.xx.xx 4 - Set permission to setup.pl using ...
by giuliano
Thu Dec 01, 2022 1:18 pm
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31182

Re: How install Harbour on web server

... ***************************************************************************************************************************** Download and unzip to drive C: Run C: \ Apache24 \Instalar Servicio e Iniciar.bat In the internet explorer write: localhost That's all. Saludos, Adhemar C. ***************************************************************************************************************************** ...
by Otto
Sun Sep 11, 2022 7:30 am
 
Forum: mod_harbour
Topic: How install Harbour on web server
Replies: 26
Views: 4989

Re: How to build Harbour 32 & 64 bits

... all of them already built in one single zip file from here: https://www.fivetechsoft.com/files/harbour/harbour_all.zip Just unzip it in c:\harbour and you are all set :-) go.bat for Borland bcc7 set path=c:\bcc7\binset HB_COMPILER=bccset HB_BUILD_MODE=cset HB_USER_PRGFLAGS=-l-set ...
by Antonio Linares
Mon Jun 27, 2022 10:39 am
 
Forum: Utilities / Utilidades
Topic: How to build Harbour 32 & 64 bits
Replies: 38
Views: 32998

Re: Searching in the content of documents

Hello Michel, findstr() does not search DOCX. For DOCX I use UNZIP and then search in the XML files. I have a test here with UNZIP the DOCX files and search then in the XML file. 116 DOCX files are searched. Only one contains the search term. Best regards, ...
by Otto
Wed Mar 16, 2022 9:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Searching in the content of documents
Replies: 6
Views: 480

Re: Server Apache24 to ModHarbour

Download and unzip to drive C:

Run C: \ Apache24 \Instalar Servicio e Iniciar.bat

In the internet explorer write: localhost

That's all.
by acuellar
Mon Jul 05, 2021 10:27 pm
 
Forum: mod_harbour
Topic: Server Apache24 to ModHarbour
Replies: 20
Views: 2673

Re: eShop sample and a DBF product file

... Unzip and copy Apache24 folder in C: \ From the C: \ Apache24 folder run "Install Service and Start.bat" as administrator And that's it. Saludos, ...
by Otto
Fri Apr 02, 2021 8:08 am
 
Forum: mod_harbour
Topic: eShop sample and a DBF product file
Replies: 11
Views: 1327
Next

Return to advanced search

cron