Hello friends:
As always experiencing new solutions
To create files with a Zip extension in HMG
we have COMPRESS and UNCOMPRESS
* -------------------------------------------------------------------------------------- *
06-October-2018
Minigui Ext Demo ---> "Zip_ProgresBar.zip"
The Demo Minigui Ext. Samples \ Zip has served as an example
and I modified it a bit, in [Create Backup] you choose the
folder you want to make the Zip with [View Zip]
I create a Database where it informs me of Zip files with extensions
'*. *', '* .Docx', '* .Xlsx', '* .Dbf', '* .Pdf', '* .Jpg' that tells me
name date of entry and date of departure and time and finally
with [Recover Backup] Unzip the Zip

See -> http://www.hmgforum.com/viewtopic.php?f=24&t=5808&p=56425&hilit=mustafa#p56425

27-October-2018 ---> "hb_ZipFile.zip"
http://www.hmgforum.com/viewtopic.php?f=9&t=5773&p=56626&hilit=zipfile#p56626

May 15, 2009
In his day Comrade Sudip already worked with this HB_ZipFile theme
http://www.hmgforum.com/viewtopic.php?f=15&t=440&p=3037&hilit=HB_zipfile#p3037

Then not found any information about it in the Forum
Under my point of view COMPRESS and UNCOMPRESS, they are not completely complete
You can not put Password to the new Zip file, nor indicate compression
The new ZIP is formed with all the folders of the original route and decompresses us
the new ZIP file in the original folder, there is no option to another alternative
binder.

* -------------------------------- HB_ZIP_Demo ------------------------------------- *

HB_ZIP_Demo is intended to be located on Disk c:\HB_ZIP_Demo\ if you wish
that is another unit will have to be modified, the topic of Directories is a subject
that I do not dominate and apologize if you find anomalies about it.

I tried to make Zip with Password, without Password and with Folders
and without folders
You start the Zip where you want and you end up where you want, choosing the folder
of Origin and Destination

Finally I have incorporated a sample to be able to write a single file of all the
Zip, Based on the sample of the companion "KDJ"
http://www.hmgforum.com/viewtopic.php?f=35&t=5346&p=52008&hilit=HB_zipfile#p52008

It is not completely improved, it is giving Errors when there are folders and sub-folders
neither does it leave Clear with DIRREMOVE, if you do not know the Folders I do not know 
if it exists some FileDelete () function that can be used to delete directories as
DirDelete () je ... je .. It does not Exist
If a partner can give this demo a look it would be very helpful.

For the compilation I have prepared two files Bat 32 and 64 that you only have to
modify if your HMG is in another location

Only the compilation with the system of
BAT that I prepared for 32 and 64 bits
* ------------------------------------------------------- *
For 32 -> build.3.4.4.bat
@ECHO OFF
call c:\hmg.3.4.4\buil.bat Demo_Zip.hbp% *
* ------------------------------------------------------ *
For 64 -> build.3.4.4_64.bat
@ECHO OFF
call c:\hmg.3.4.4_64\build64.bat Demo_Zip.hbp% *
* ------------------------------------------------------- *

Only the Compilation has worked in this way

I can not compile with the IDE, it is giving the following Error
"Project File is empety, invalid or no main module specified"

In this way the file Demo_Zip.hbp is correct

Demo_Zip
hbziparc.hbc
* -------------------------------------------------------- *

Good to have if you like the sample    
Mustafa

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*